home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

9 rows where software_id = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
209,21 Multi-User Chat 209 Aparté 21 1.34.5 complete
212,21 Bookmarks 212 Aparté 21 1.2 complete
409,21 The /me Command 409 Aparté 21 1.0 complete
444,21 Message Carbons 444 Aparté 21 1.0.1 complete
472,21 Last Message Correction 472 Aparté 21 1.2.1 partial
477,21 Message Archive Management 477 Aparté 21 1.1.1 complete
548,21 OMEMO Encryption 548 Aparté 21 0.3.0 partial
556,21 Consistent Color Generation 556 Aparté 21 0.8.0 complete
566,21 PEP Native Bookmarks 566 Aparté 21 1.1.4 complete

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