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