implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
12 rows where xep_id = 361
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
361,3 | 1.1.2 | complete | Movim 3 | Jingle RTP Header Extensions Negotiation 361 |
361,7 | 1.0 | complete | blabber.im 7 | Jingle RTP Header Extensions Negotiation 361 |
361,18 | 1.0 | complete | Beagle IM 18 | Jingle RTP Header Extensions Negotiation 361 |
361,19 | 1.1 | complete | QXmpp 19 | Jingle RTP Header Extensions Negotiation 361 |
361,22 | 1.0 | complete | monocles chat 22 | Jingle RTP Header Extensions Negotiation 361 |
361,24 | 1.0 | complete | AstraChat XMPP Client 24 | Jingle RTP Header Extensions Negotiation 361 |
361,28 | 1.0 | complete | Cheogram Android 28 | Jingle RTP Header Extensions Negotiation 361 |
361,37 | 1.0 | complete | Siskin IM 37 | Jingle RTP Header Extensions Negotiation 361 |
361,47 | 1.1.1 | partial | xmpp-parsers 47 | Jingle RTP Header Extensions Negotiation 361 |
361,48 | 1.0 | complete | Conversations 48 | Jingle RTP Header Extensions Negotiation 361 |
361,52 | 1.0 | complete | Martin 52 | Jingle RTP Header Extensions Negotiation 361 |
361,66 | partial | Dino 66 | Jingle RTP Header Extensions Negotiation 361 |
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]) );