implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 650
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
650,4 | Fast Authentication Streamlining Tokens 650 | Erlang/Elixir XMPP 4 | 0.2.0 | |
650,9 | Fast Authentication Streamlining Tokens 650 | moxxmpp 9 | 0.1.1 | partial |
650,14 | Fast Authentication Streamlining Tokens 650 | MongooseIM 14 | 0.2.0 | complete |
650,36 | Fast Authentication Streamlining Tokens 650 | QXmpp 36 | 0.2.0 | complete |
650,38 | Fast Authentication Streamlining Tokens 650 | ejabberd 38 | 0.2.0 | complete |
650,45 | Fast Authentication Streamlining Tokens 650 | xmpp-parsers 45 | 0.1.1 | complete |
650,52 | Fast Authentication Streamlining Tokens 650 | Kaidan 52 | 0.2.0 | complete |
650,58 | Fast Authentication Streamlining Tokens 650 | Conversations 58 | 0.1.0 | complete |
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]) );