implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
13 rows where xep_id = 484
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
484,5 | Use of DTLS-SRTP in Jingle Sessions 484 | Beagle IM 5 | 1.0.0 | complete |
484,15 | Use of DTLS-SRTP in Jingle Sessions 484 | Movim 15 | 1.0.0 | complete |
484,25 | Use of DTLS-SRTP in Jingle Sessions 484 | Dino 25 | 1.0.0 | complete |
484,31 | Use of DTLS-SRTP in Jingle Sessions 484 | Psi 31 | 1.0.0 | partial |
484,33 | Use of DTLS-SRTP in Jingle Sessions 484 | AstraChat XMPP Client 33 | ||
484,41 | Use of DTLS-SRTP in Jingle Sessions 484 | Monal IM 41 | 1.0.0 | complete |
484,45 | Use of DTLS-SRTP in Jingle Sessions 484 | xmpp-parsers 45 | 0.3.1 | complete |
484,55 | Use of DTLS-SRTP in Jingle Sessions 484 | Cheogram Android 55 | 1.0.0 | complete |
484,58 | Use of DTLS-SRTP in Jingle Sessions 484 | Conversations 58 | 1.0.0 | complete |
484,62 | Use of DTLS-SRTP in Jingle Sessions 484 | Siskin IM 62 | 1.0.0 | complete |
484,63 | Use of DTLS-SRTP in Jingle Sessions 484 | monocles chat 63 | 1.0.0 | complete |
484,71 | Use of DTLS-SRTP in Jingle Sessions 484 | aTalk 71 | 1.0.0 | |
484,72 | Use of DTLS-SRTP in Jingle Sessions 484 | Martin 72 | 1.0.0 | complete |
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]) );