home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

8 rows where xep_id = 547

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_version status software_id xep_id
547,5     Pàdé 5 Anonymous unique occupant identifiers for MUCs 547
547,12 0.1.0 complete Prosody IM 12 Anonymous unique occupant identifiers for MUCs 547
547,20   complete Slidge 20 Anonymous unique occupant identifiers for MUCs 547
547,31     Converse.js 31 Anonymous unique occupant identifiers for MUCs 547
547,34 0.1.0 complete python-nbxmpp 34 Anonymous unique occupant identifiers for MUCs 547
547,46 0.1.0 complete slixmpp 46 Anonymous unique occupant identifiers for MUCs 547
547,47 0.1.0 complete xmpp-parsers 47 Anonymous unique occupant identifiers for MUCs 547
547,66   complete Dino 66 Anonymous unique occupant identifiers for MUCs 547

Advanced export

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

CSV options:

CREATE TABLE [implementations] (
   [xep_version] TEXT,
   [status] TEXT,
   [software_id] INTEGER,
   [xep_id] INTEGER,
   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 23.227ms · Data source: XMPP Standards Foundation