home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

8 rows where xep_id = 236

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_version status software_id xep_id
236,6 1.1 complete Gajim 6 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,10     Tigase XMPP Server 10 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,12 1.2 complete Prosody IM 12 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,33 1.2 partial MongooseIM 33 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,38     Openfire 38 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,54 1.1 complete Metronome IM 54 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,60     AstraChat XMPP Server 60 Best Practices for Use of SASL EXTERNAL with Certificates 236
236,65 1.1 complete poezio 65 Best Practices for Use of SASL EXTERNAL with Certificates 236

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