compliance_levels
Data source: XMPP Standards Foundation
- xep_id
- XEP
0 rows where xep_id = 72
This data as json
0 records
CREATE TABLE [compliance_levels] ( [software_type] TEXT, [category] TEXT, [level] TEXT, [xep_id] INTEGER, FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]) );