home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

10 rows where xep_id = 289

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_version status software_id xep_id
289,3 1.0 partial Movim 3 Bits of Binary 289
289,6 1.0 partial Gajim 6 Bits of Binary 289
289,15 1.1 partial Renga 15 Bits of Binary 289
289,19 1.0 complete QXmpp 19 Bits of Binary 289
289,34 1.0 partial python-nbxmpp 34 Bits of Binary 289
289,35 1.0 complete Kaidan 35 Bits of Binary 289
289,41 1.0   Miranda NG 41 Bits of Binary 289
289,46 1.0 complete slixmpp 46 Bits of Binary 289
289,47 1.0 complete xmpp-parsers 47 Bits of Binary 289
289,65 1.0 partial poezio 65 Bits of Binary 289

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [implementations] (
   [xep_version] TEXT,
   [status] TEXT,
   [software_id] INTEGER,
   [xep_id] INTEGER,
   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 20.926ms · Data source: XMPP Standards Foundation