home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

9 rows where xep_id = 604

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_id software_id xep_version status
604,4 SASL Channel-Binding Type Capability 604 Erlang/Elixir XMPP 4 0.4.0  
604,20 SASL Channel-Binding Type Capability 604 Prosody IM 20 0.4.2 complete
604,38 SASL Channel-Binding Type Capability 604 ejabberd 38 0.4.0 complete
604,41 SASL Channel-Binding Type Capability 604 Monal IM 41 0.4.1 complete
604,45 SASL Channel-Binding Type Capability 604 xmpp-parsers 45 0.4.2 complete
604,58 SASL Channel-Binding Type Capability 604 Conversations 58 0.4.0 complete
604,64 SASL Channel-Binding Type Capability 604 python-nbxmpp 64 0.4.0 complete
604,65 SASL Channel-Binding Type Capability 604 Miranda NG 65 0.4.2  
604,67 SASL Channel-Binding Type Capability 604 Halcyon 67 0.4.0 complete

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