home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

7 rows where xep_id = 680

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_id software_id xep_version status
680,4 SASL SCRAM Downgrade Protection 680 Erlang/Elixir XMPP 4 0.3.1  
680,15 SASL SCRAM Downgrade Protection 680 Movim 15 0.4.0 complete
680,38 SASL SCRAM Downgrade Protection 680 ejabberd 38 0.4.0 complete
680,41 SASL SCRAM Downgrade Protection 680 Monal IM 41 0.3.0 complete
680,58 SASL SCRAM Downgrade Protection 680 Conversations 58 0.4.0 complete
680,63 SASL SCRAM Downgrade Protection 680 monocles chat 63 0.4.0 complete
680,65 SASL SCRAM Downgrade Protection 680 Miranda NG 65 0.3.1  

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