implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
12 rows where xep_id = 64
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
64,0 | 1.8 | ejabberd 0 | SOCKS5 Bytestreams 64 | |
64,6 | 1.8 | partial | Gajim 6 | SOCKS5 Bytestreams 64 |
64,10 | Tigase XMPP Server 10 | SOCKS5 Bytestreams 64 | ||
64,12 | 1.8.2 | complete | Prosody IM 12 | SOCKS5 Bytestreams 64 |
64,19 | 1.7 | complete | QXmpp 19 | SOCKS5 Bytestreams 64 |
64,38 | Openfire 38 | SOCKS5 Bytestreams 64 | ||
64,41 | Miranda NG 41 | SOCKS5 Bytestreams 64 | ||
64,46 | 1.8.1 | complete | slixmpp 46 | SOCKS5 Bytestreams 64 |
64,50 | wontfix | Monal IM 50 | SOCKS5 Bytestreams 64 | |
64,54 | 1.8 | complete | Metronome IM 54 | SOCKS5 Bytestreams 64 |
64,60 | AstraChat XMPP Server 60 | SOCKS5 Bytestreams 64 | ||
64,66 | partial | Dino 66 | SOCKS5 Bytestreams 64 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [implementations] ( [xep_version] TEXT, [status] TEXT, [software_id] INTEGER, [xep_id] INTEGER, PRIMARY KEY ([xep_id], [software_id]), FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );