home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

12 rows where xep_id = 549

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_version status software_id xep_id
549,3 0.2.0 complete Movim 3 Message Retraction 549
549,5     Pàdé 5 Message Retraction 549
549,7 0.3.0 complete blabber.im 7 Message Retraction 549
549,18 0.3.0 complete Beagle IM 18 Message Retraction 549
549,20 0.3.0 complete Slidge 20 Message Retraction 549
549,24 0.3.0 complete AstraChat XMPP Client 24 Message Retraction 549
549,31     Converse.js 31 Message Retraction 549
549,33 0.3.0 complete MongooseIM 33 Message Retraction 549
549,37 0.3.0 complete Siskin IM 37 Message Retraction 549
549,46 0.3.0 complete slixmpp 46 Message Retraction 549
549,50 0.3.0 complete Monal IM 50 Message Retraction 549
549,52 0.3.0 complete Martin 52 Message Retraction 549

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