implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
7 rows where xep_id = 121
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
121,5 | partial | Pàdé 5 | Data Forms Validation 121 | |
121,12 | 1.0.2 | partial | Prosody IM 12 | Data Forms Validation 121 |
121,20 | planned | Slidge 20 | Data Forms Validation 121 | |
121,22 | 1.0.2 | partial | monocles chat 22 | Data Forms Validation 121 |
121,28 | 1.0.2 | partial | Cheogram Android 28 | Data Forms Validation 121 |
121,31 | partial | Converse.js 31 | Data Forms Validation 121 | |
121,46 | 1.0.2 | complete | slixmpp 46 | Data Forms Validation 121 |
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]) );