implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
5 rows where xep_id = 232
This data as json, CSV (advanced)
Suggested facets: xep_version
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
232,1 | Field Standardization for Data Forms 232 | AstraChat XMPP Server 1 | ||
232,14 | Field Standardization for Data Forms 232 | MongooseIM 14 | 1.3.0 | complete |
232,20 | Field Standardization for Data Forms 232 | Prosody IM 20 | 1.3.0 | complete |
232,45 | Field Standardization for Data Forms 232 | xmpp-parsers 45 | 1.2 | complete |
232,46 | Field Standardization for Data Forms 232 | Tigase XMPP Server 46 |
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]) );