home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

11 rows where xep_id = 234

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_id software_id xep_version status
234,0 Verifying HTTP Requests via XMPP 234 Pàdé 0    
234,15 Verifying HTTP Requests via XMPP 234 Movim 15 1.0.1 complete
234,29 Verifying HTTP Requests via XMPP 234 Gajim 29 1.0 complete
234,31 Verifying HTTP Requests via XMPP 234 Psi 31   complete
234,40 Verifying HTTP Requests via XMPP 234 Renga 40 1.0.1 partial
234,41 Verifying HTTP Requests via XMPP 234 Monal IM 41   wontfix
234,57 Verifying HTTP Requests via XMPP 234 poezio 57 1.0.1 complete
234,61 Verifying HTTP Requests via XMPP 234 slixmpp 61 1.0.1 complete
234,64 Verifying HTTP Requests via XMPP 234 python-nbxmpp 64 1.0 complete
234,65 Verifying HTTP Requests via XMPP 234 Miranda NG 65    
234,71 Verifying HTTP Requests via XMPP 234 aTalk 71 1.0.1  

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