implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
10 rows where xep_id = 302
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
302,1 | Stream Compression 302 | AstraChat XMPP Server 1 | ||
302,4 | Stream Compression 302 | Erlang/Elixir XMPP 4 | ||
302,20 | Stream Compression 302 | Prosody IM 20 | 2.1 | removed |
302,31 | Stream Compression 302 | Psi 31 | complete | |
302,34 | Stream Compression 302 | Metronome IM 34 | 2.0 | complete |
302,38 | Stream Compression 302 | ejabberd 38 | 2.1 | complete |
302,46 | Stream Compression 302 | Tigase XMPP Server 46 | ||
302,65 | Stream Compression 302 | Miranda NG 65 | ||
302,68 | Stream Compression 302 | Openfire 68 | ||
302,71 | Stream Compression 302 | aTalk 71 | 2.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]) );