implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
13 rows where xep_id = 211
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
211,1 | In-Band Bytestreams 211 | AstraChat XMPP Server 1 | ||
211,4 | In-Band Bytestreams 211 | Erlang/Elixir XMPP 4 | ||
211,25 | In-Band Bytestreams 211 | Dino 25 | complete | |
211,29 | In-Band Bytestreams 211 | Gajim 29 | 1.3 | removed |
211,31 | In-Band Bytestreams 211 | Psi 31 | complete | |
211,36 | In-Band Bytestreams 211 | QXmpp 36 | 1.2 | complete |
211,41 | In-Band Bytestreams 211 | Monal IM 41 | wontfix | |
211,45 | In-Band Bytestreams 211 | xmpp-parsers 45 | 2.0 | complete |
211,46 | In-Band Bytestreams 211 | Tigase XMPP Server 46 | ||
211,61 | In-Band Bytestreams 211 | slixmpp 61 | 2.0 | complete |
211,64 | In-Band Bytestreams 211 | python-nbxmpp 64 | 1.3 | complete |
211,65 | In-Band Bytestreams 211 | Miranda NG 65 | ||
211,71 | In-Band Bytestreams 211 | aTalk 71 | 2.0.1 |
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]) );