home / xmpp

compliance_levels

Data source: XMPP Standards Foundation

xep_id
XEP

6 rows where xep_id = 256

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: software_type, category, level

Link rowid ▼ software_type category level xep_id
16 16 client im advanced Stream Management 256
37 37 server im advanced Stream Management 256
67 67 client mobile advanced Stream Management 256
70 70 server mobile advanced Stream Management 256
73 73 client mobile core Stream Management 256
75 75 server mobile core Stream Management 256

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.064ms · Data source: XMPP Standards Foundation