implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 69
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
69,3 | 1.0.1 | complete | Movim 3 | Verifying HTTP Requests via XMPP 69 |
69,5 | Pàdé 5 | Verifying HTTP Requests via XMPP 69 | ||
69,6 | 1.0 | complete | Gajim 6 | Verifying HTTP Requests via XMPP 69 |
69,34 | 1.0 | complete | python-nbxmpp 34 | Verifying HTTP Requests via XMPP 69 |
69,41 | Miranda NG 41 | Verifying HTTP Requests via XMPP 69 | ||
69,46 | 1.0.1 | complete | slixmpp 46 | Verifying HTTP Requests via XMPP 69 |
69,50 | wontfix | Monal IM 50 | Verifying HTTP Requests via XMPP 69 | |
69,65 | 1.0.1 | complete | poezio 65 | Verifying HTTP Requests via XMPP 69 |
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]) );