implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
7 rows where xep_id = 70
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
70,3 | 1.5.4 | partial | Movim 3 | XHTML-IM 70 |
70,6 | 1.4 | removed | Gajim 6 | XHTML-IM 70 |
70,15 | 1.5.4 | partial | Renga 15 | XHTML-IM 70 |
70,19 | 1.4 | complete | QXmpp 19 | XHTML-IM 70 |
70,46 | 1.5.4 | complete | slixmpp 46 | XHTML-IM 70 |
70,47 | 1.5.4 | complete | xmpp-parsers 47 | XHTML-IM 70 |
70,65 | 1.5.1 | partial | poezio 65 | XHTML-IM 70 |
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]) );