implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
7 rows where xep_id = 247
This data as json, CSV (advanced)
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
247,1 | Nested Roster Groups 247 | AstraChat XMPP Server 1 | ||
247,14 | Nested Roster Groups 247 | MongooseIM 14 | 1.0 | complete |
247,29 | Nested Roster Groups 247 | Gajim 29 | 1.0 | complete |
247,34 | Nested Roster Groups 247 | Metronome IM 34 | 1.0 | complete |
247,46 | Nested Roster Groups 247 | Tigase XMPP Server 46 | ||
247,64 | Nested Roster Groups 247 | python-nbxmpp 64 | 1.0 | complete |
247,65 | Nested Roster Groups 247 | Miranda NG 65 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [implementations] ( [xep_id] INTEGER, [software_id] INTEGER, [xep_version] TEXT, [status] TEXT, PRIMARY KEY ([xep_id], [software_id]), FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );