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