implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 387
This data as json, CSV (advanced)
Suggested facets: xep_version
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
387,3 | 1.0.0 | complete | Movim 3 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,7 | 1.0.0 | complete | blabber.im 7 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,18 | 1.0.0 | complete | Beagle IM 18 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,22 | 1.0.0 | complete | monocles chat 22 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,24 | 1.0.0 | complete | AstraChat XMPP Client 24 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,28 | 1.0.0 | complete | Cheogram Android 28 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,37 | 1.0.0 | complete | Siskin IM 37 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,47 | 0.3.1 | complete | xmpp-parsers 47 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,48 | 1.0.0 | complete | Conversations 48 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,52 | 1.0.0 | complete | Martin 52 | Use of DTLS-SRTP in Jingle Sessions 387 |
387,66 | 1.0.0 | complete | Dino 66 | Use of DTLS-SRTP in Jingle Sessions 387 |
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]) );