implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 384
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
384,1 | Server Dialback 384 | AstraChat XMPP Server 1 | ||
384,4 | Server Dialback 384 | Erlang/Elixir XMPP 4 | 1.1 | |
384,14 | Server Dialback 384 | MongooseIM 14 | 1.1.1 | complete |
384,20 | Server Dialback 384 | Prosody IM 20 | 1.1.1 | partial |
384,34 | Server Dialback 384 | Metronome IM 34 | 1.0 | complete |
384,38 | Server Dialback 384 | ejabberd 38 | 1.1.1 | complete |
384,46 | Server Dialback 384 | Tigase XMPP Server 46 | ||
384,68 | Server Dialback 384 | 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]) );