home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

8 rows where xep_id = 651

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
651,16 MUC Avatars 651 Slidge 16 0.1.0 complete
651,25 MUC Avatars 651 Dino 25 0.1.0 partial
651,29 MUC Avatars 651 Gajim 29 0.1.0 complete
651,31 MUC Avatars 651 Psi 31 0.1.0 complete
651,38 MUC Avatars 651 ejabberd 38 0.1.0 complete
651,41 MUC Avatars 651 Monal IM 41 0.1.0 complete
651,58 MUC Avatars 651 Conversations 58 0.1.0 complete
651,68 MUC Avatars 651 Openfire 68 0.1.0 full

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