home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

6 rows where xep_id = 259

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_id software_id xep_version status
259,29 Stream Initiation 259 Gajim 29 1.1 complete
259,31 Stream Initiation 259 Psi 31   complete
259,36 Stream Initiation 259 QXmpp 36 1.2 complete
259,61 Stream Initiation 259 slixmpp 61 1.2 complete
259,65 Stream Initiation 259 Miranda NG 65    
259,71 Stream Initiation 259 aTalk 71 1.2  

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