implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
12 rows where xep_id = 552
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
552,4 | Extensible SASL Profile 552 | Erlang/Elixir XMPP 4 | 0.4.0 | |
552,14 | Extensible SASL Profile 552 | MongooseIM 14 | 0.4.0 | partial |
552,15 | Extensible SASL Profile 552 | Movim 15 | 0.4.0 | partial |
552,36 | Extensible SASL Profile 552 | QXmpp 36 | 1.0.2 | complete |
552,38 | Extensible SASL Profile 552 | ejabberd 38 | 0.4.0 | complete |
552,41 | Extensible SASL Profile 552 | Monal IM 41 | 1.0.1 | complete |
552,45 | Extensible SASL Profile 552 | xmpp-parsers 45 | 1.0.1 | complete |
552,52 | Extensible SASL Profile 552 | Kaidan 52 | 1.0.2 | complete |
552,58 | Extensible SASL Profile 552 | Conversations 58 | 0.4.0 | complete |
552,64 | Extensible SASL Profile 552 | python-nbxmpp 64 | 0.3.0 | partial |
552,65 | Extensible SASL Profile 552 | Miranda NG 65 | 1.0.2 | |
552,66 | Extensible SASL Profile 552 | Moxxy 66 | 0.4.0 | partial |
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]) );