home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

12 rows where xep_id = 550

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_id software_id xep_version status
550,4 Bind 2 550 Erlang/Elixir XMPP 4 0.3.0  
550,14 Bind 2 550 MongooseIM 14 0.4.0 partial
550,15 Bind 2 550 Movim 15 0.3.0 complete
550,34 Bind 2 550 Metronome IM 34 0.3.0 partial
550,36 Bind 2 550 QXmpp 36 1.0.1 complete
550,38 Bind 2 550 ejabberd 38 0.3.0 complete
550,41 Bind 2 550 Monal IM 41   planned
550,45 Bind 2 550 xmpp-parsers 45 1.0.0 complete
550,52 Bind 2 550 Kaidan 52 1.0.1 complete
550,58 Bind 2 550 Conversations 58 0.4.0 complete
550,66 Bind 2 550 Moxxy 66 0.4.0 complete
550,67 Bind 2 550 Halcyon 67 0.4.0 partial

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