home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

6 rows where xep_id = 617

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_id software_id xep_version status
617,25 DOAP usage in XMPP 617 Dino 25 0.1.2 complete
617,31 DOAP usage in XMPP 617 Psi 31 0.1.2 complete
617,36 DOAP usage in XMPP 617 QXmpp 36 0.1.2 complete
617,40 DOAP usage in XMPP 617 Renga 40 0.1.2 complete
617,52 DOAP usage in XMPP 617 Kaidan 52 0.1.2 complete
617,71 DOAP usage in XMPP 617 aTalk 71 0.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 23.669ms · Data source: XMPP Standards Foundation