implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
2 rows where xep_id = 499
This data as json, CSV (advanced)
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
499,45 | JSON Containers 499 | xmpp-parsers 45 | 0.1.1 | complete |
499,61 | JSON Containers 499 | slixmpp 61 | 0.1.1 | complete |
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]) );