home / xmpp

compliance_levels

Data source: XMPP Standards Foundation

xep_id
XEP

4 rows where xep_id = 264

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: software_type, level

Link rowid ▼ software_type category level xep_id
91 91 client web advanced XMPP Over BOSH 264
94 94 server web advanced XMPP Over BOSH 264
96 96 client web core XMPP Over BOSH 264
99 99 server web core XMPP Over BOSH 264

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [compliance_levels] (
   [software_type] TEXT,
   [category] TEXT,
   [level] TEXT,
   [xep_id] INTEGER,
   FOREIGN KEY([xep_id]) REFERENCES [xeps]([id])
);
Powered by Datasette · Queries took 21.641ms · Data source: XMPP Standards Foundation