implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
10 rows where xep_id = 292
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
292,6 | 0.17.1 | complete | Gajim 6 | Jingle File Transfer 292 |
292,7 | 0.19.1 | complete | blabber.im 7 | Jingle File Transfer 292 |
292,22 | 0.19.1 | complete | monocles chat 22 | Jingle File Transfer 292 |
292,27 | 0.19.1 | complete | Psi+ 27 | Jingle File Transfer 292 |
292,28 | 0.19.1 | complete | Cheogram Android 28 | Jingle File Transfer 292 |
292,47 | 0.19.1 | complete | xmpp-parsers 47 | Jingle File Transfer 292 |
292,48 | 0.19.1 | complete | Conversations 48 | Jingle File Transfer 292 |
292,50 | wontfix | Monal IM 50 | Jingle File Transfer 292 | |
292,57 | 0.19.1 | complete | Psi 57 | Jingle File Transfer 292 |
292,66 | partial | Dino 66 | Jingle File Transfer 292 |
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]) );