home / xmpp

compliance_levels

Data source: XMPP Standards Foundation

xep_id
XEP

4 rows where xep_id = 312

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: software_type, level

Link rowid ▼ software_type category level xep_id
9 9 client im advanced Direct MUC Invitations 312
30 30 server im advanced Direct MUC Invitations 312
44 44 client im core Direct MUC Invitations 312
49 49 server im core Direct MUC Invitations 312

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