implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
4 rows where xep_id = 520
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
520,12 | 0.3.3 | complete | Prosody IM 12 | Pre-Authenticated Roster Subscription 520 |
520,25 | 0.3.1 | complete | Bruno 25 | Pre-Authenticated Roster Subscription 520 |
520,50 | partial | Monal IM 50 | Pre-Authenticated Roster Subscription 520 | |
520,58 | 0.3.1 | complete | yaxim 58 | Pre-Authenticated Roster Subscription 520 |
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]) );