compliance_levels
Data source: XMPP Standards Foundation
- xep_id
- XEP
4 rows where xep_id = 123
This data as json, CSV (advanced)
Suggested facets: software_type, level
Link | rowid ▼ | software_type | category | level | xep_id |
---|---|---|---|---|---|
90 | 90 | client | web | advanced | Bidirectional-streams Over Synchronous HTTP (BOSH) 123 |
93 | 93 | server | web | advanced | Bidirectional-streams Over Synchronous HTTP (BOSH) 123 |
95 | 95 | client | web | core | Bidirectional-streams Over Synchronous HTTP (BOSH) 123 |
98 | 98 | server | web | core | Bidirectional-streams Over Synchronous HTTP (BOSH) 123 |
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]) );