home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

10 rows where xep_id = 244

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_id software_id xep_version status
244,0 User Location 244 Pàdé 0    
244,1 User Location 244 AstraChat XMPP Server 1    
244,15 User Location 244 Movim 15 1.9 complete
244,20 User Location 244 Prosody IM 20 1.9 complete
244,29 User Location 244 Gajim 29 1.9 complete
244,31 User Location 244 Psi 31   complete
244,36 User Location 244 QXmpp 36 1.9 complete
244,46 User Location 244 Tigase XMPP Server 46    
244,61 User Location 244 slixmpp 61 1.9 complete
244,64 User Location 244 python-nbxmpp 64 1.9 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 21.68ms · Data source: XMPP Standards Foundation