compliance_levels
Data source: XMPP Standards Foundation
- xep_id
- XEP
2 rows where xep_id = 484
This data as json, CSV (advanced)
Link | rowid ▼ | xep_id | level | category | software_type |
---|---|---|---|---|---|
54 | 54 | Use of DTLS-SRTP in Jingle Sessions 484 | advanced | av | client |
64 | 64 | Use of DTLS-SRTP in Jingle Sessions 484 | core | av | client |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [compliance_levels] ( [xep_id] INTEGER, [level] TEXT, [category] TEXT, [software_type] TEXT, FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]) );