implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
5 rows where xep_id = 222
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
222,0 | 1.0 | ejabberd 0 | CAPTCHA Forms 222 | |
222,6 | 1.0 | partial | Gajim 6 | CAPTCHA Forms 222 |
222,15 | 1.0.1 | complete | Renga 15 | CAPTCHA Forms 222 |
222,34 | 1.0 | partial | python-nbxmpp 34 | CAPTCHA Forms 222 |
222,50 | planned | Monal IM 50 | CAPTCHA Forms 222 |
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]) );