home / xmpp

compliance_levels

Data source: XMPP Standards Foundation

xep_id
XEP

0 rows where xep_id = 70

✎ View and edit SQL

This data as json

0 records

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