home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

10 rows where xep_id = 46

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_version status software_id xep_id
46,6 1.3 complete Gajim 6 In-Band Bytestreams 46
46,10     Tigase XMPP Server 10 In-Band Bytestreams 46
46,19 1.2 complete QXmpp 19 In-Band Bytestreams 46
46,34 1.3 complete python-nbxmpp 34 In-Band Bytestreams 46
46,41     Miranda NG 41 In-Band Bytestreams 46
46,46 2.0 complete slixmpp 46 In-Band Bytestreams 46
46,47 2.0 complete xmpp-parsers 47 In-Band Bytestreams 46
46,50   wontfix Monal IM 50 In-Band Bytestreams 46
46,60     AstraChat XMPP Server 60 In-Band Bytestreams 46
46,66   complete Dino 66 In-Band Bytestreams 46

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