implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 127
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
127,10 | Tigase XMPP Server 10 | Service Discovery Extensions 127 | ||
127,12 | 1.0.1 | complete | Prosody IM 12 | Service Discovery Extensions 127 |
127,19 | 1.0 | complete | QXmpp 19 | Service Discovery Extensions 127 |
127,20 | 1.0.1 | planned | Slidge 20 | Service Discovery Extensions 127 |
127,38 | Openfire 38 | Service Discovery Extensions 127 | ||
127,46 | 1.0.1 | complete | slixmpp 46 | Service Discovery Extensions 127 |
127,49 | complete | XMPP Web 49 | Service Discovery Extensions 127 | |
127,54 | 1.0 | complete | Metronome IM 54 | Service Discovery Extensions 127 |
127,60 | AstraChat XMPP Server 60 | Service Discovery Extensions 127 |
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]) );