implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 242
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
242,4 | Non-SASL Authentication 242 | Erlang/Elixir XMPP 4 | 2.5 | |
242,20 | Non-SASL Authentication 242 | Prosody IM 20 | 2.5 | partial |
242,31 | Non-SASL Authentication 242 | Psi 31 | partial | |
242,36 | Non-SASL Authentication 242 | QXmpp 36 | 2.5 | complete |
242,38 | Non-SASL Authentication 242 | ejabberd 38 | 2.5 | complete |
242,61 | Non-SASL Authentication 242 | slixmpp 61 | 2.5 | complete |
242,65 | Non-SASL Authentication 242 | Miranda NG 65 | ||
242,68 | Non-SASL Authentication 242 | Openfire 68 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]) );