home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

6 rows where xep_id = 571

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_id software_id xep_version status
571,5 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 Beagle IM 5 0.1.2 partial
571,33 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 AstraChat XMPP Client 33    
571,36 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 QXmpp 36 0.1.2 partial
571,52 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 Kaidan 52 0.1.2 partial
571,62 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 Siskin IM 62 0.1.2 partial
571,72 Mediated Information eXchange (MIX): Miscellaneous Capabilities 571 Martin 72 0.1.2 partial

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