implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 425
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
425,4 | Jingle In-Band Bytestreams Transport Method 425 | Erlang/Elixir XMPP 4 | ||
425,25 | Jingle In-Band Bytestreams Transport Method 425 | Dino 25 | 1.0 | complete |
425,29 | Jingle In-Band Bytestreams Transport Method 425 | Gajim 29 | 1.0 | removed |
425,41 | Jingle In-Band Bytestreams Transport Method 425 | Monal IM 41 | wontfix | |
425,45 | Jingle In-Band Bytestreams Transport Method 425 | xmpp-parsers 45 | 1.0 | complete |
425,55 | Jingle In-Band Bytestreams Transport Method 425 | Cheogram Android 55 | 1.0 | complete |
425,58 | Jingle In-Band Bytestreams Transport Method 425 | Conversations 58 | 1.0 | complete |
425,63 | Jingle In-Band Bytestreams Transport Method 425 | monocles chat 63 | 1.0 | complete |
425,71 | Jingle In-Band Bytestreams Transport Method 425 | aTalk 71 | 1.0 |
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]) );