implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
15 rows where xep_id = 65
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
65,5 | Pàdé 5 | Out of Band Data 65 | ||
65,6 | 1.5 | partial | Gajim 6 | Out of Band Data 65 |
65,10 | Tigase XMPP Server 10 | Out of Band Data 65 | ||
65,19 | 1.5 | complete | QXmpp 19 | Out of Band Data 65 |
65,20 | 1.5 | complete | Slidge 20 | Out of Band Data 65 |
65,25 | 1.5 | complete | Bruno 25 | Out of Band Data 65 |
65,31 | Converse.js 31 | Out of Band Data 65 | ||
65,34 | 1.5 | partial | python-nbxmpp 34 | Out of Band Data 65 |
65,41 | Miranda NG 41 | Out of Band Data 65 | ||
65,46 | 1.5 | complete | slixmpp 46 | Out of Band Data 65 |
65,49 | partial | XMPP Web 49 | Out of Band Data 65 | |
65,50 | partial | Monal IM 50 | Out of Band Data 65 | |
65,58 | 1.5 | complete | yaxim 58 | Out of Band Data 65 |
65,60 | AstraChat XMPP Server 60 | Out of Band Data 65 | ||
65,66 | complete | Dino 66 | Out of Band Data 65 |
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]) );