implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where status = "partial" and xep_id = 53
This data as json, CSV (advanced)
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
53,7 | 1.2 | partial | blabber.im 7 | vcard-temp 53 |
53,15 | 1.2 | partial | Renga 15 | vcard-temp 53 |
53,22 | 1.2 | partial | monocles chat 22 | vcard-temp 53 |
53,28 | 1.2 | partial | Cheogram Android 28 | vcard-temp 53 |
53,35 | 1.2 | partial | Kaidan 35 | vcard-temp 53 |
53,48 | 1.2 | partial | Conversations 48 | vcard-temp 53 |
53,65 | 1.2 | partial | poezio 65 | vcard-temp 53 |
53,66 | partial | Dino 66 | vcard-temp 53 |
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]) );