home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

18 rows where software_id = 13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
168,13 Data Forms 168 XMPP Web 13   complete
194,13 Service Discovery 194 XMPP Web 13   complete
209,13 Multi-User Chat 209 XMPP Web 13   partial
212,13 Bookmarks 212 XMPP Web 13   complete
213,13 Private XML Storage 213 XMPP Web 13   complete
218,13 vcard-temp 218 XMPP Web 13   complete
223,13 Result Set Management 223 XMPP Web 13   complete
230,13 Out of Band Data 230 XMPP Web 13   partial
249,13 Chat State Notifications 249 XMPP Web 13   complete
292,13 Service Discovery Extensions 292 XMPP Web 13   complete
320,13 Discovering Alternative XMPP Connection Methods 320 XMPP Web 13   complete
444,13 Message Carbons 444 XMPP Web 13   complete
477,13 Message Archive Management 477 XMPP Web 13   complete
523,13 Unique and Stable Stanza IDs 523 XMPP Web 13   complete
527,13 HTTP File Upload 527 XMPP Web 13   complete
557,13 Message Styling 557 XMPP Web 13   complete
586,13 Message Fastening 586 XMPP Web 13   partial
589,13 Moderated Message Retraction 589 XMPP Web 13   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 24.807ms · Data source: XMPP Standards Foundation