home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

7 rows where xep_id = 311

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
311,6 XMPP URI Scheme Query Components 311 Bruno 6 1.2 complete
311,29 XMPP URI Scheme Query Components 311 Gajim 29 1.2 partial
311,31 XMPP URI Scheme Query Components 311 Psi 31   complete
311,36 XMPP URI Scheme Query Components 311 QXmpp 36 1.2 complete
311,42 XMPP URI Scheme Query Components 311 yaxim 42 1.2 complete
311,52 XMPP URI Scheme Query Components 311 Kaidan 52 1.2 partial
311,65 XMPP URI Scheme Query Components 311 Miranda NG 65    

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