compliance_levels
Data source: XMPP Standards Foundation
- xep_id
- XEP
2 rows where xep_id = 220
This data as json, CSV (advanced)
Link | rowid ▼ | software_type | category | level | xep_id |
---|---|---|---|---|---|
92 | 92 | client | web | advanced | Discovering Alternative XMPP Connection Methods 220 |
97 | 97 | client | web | core | Discovering Alternative XMPP Connection Methods 220 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [compliance_levels] ( [software_type] TEXT, [category] TEXT, [level] TEXT, [xep_id] INTEGER, FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]) );