home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

5 rows where xep_version = "2.13.1"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
168,14 Data Forms 168 MongooseIM 14 2.13.1 complete
168,20 Data Forms 168 Prosody IM 20 2.13.1 partial
168,40 Data Forms 168 Renga 40 2.13.1 partial
168,41 Data Forms 168 Monal IM 41 2.13.1 complete
168,71 Data Forms 168 aTalk 71 2.13.1  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [implementations] (
   [xep_id] INTEGER,
   [software_id] INTEGER,
   [xep_version] TEXT,
   [status] TEXT,
   PRIMARY KEY ([xep_id], [software_id]),
   FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 26.404ms · Data source: XMPP Standards Foundation