summaryrefslogtreecommitdiff
path: root/src/rexmpp_jid.c
AgeCommit message (Collapse)Author
2023-09-29Add more checks, tests, and documentationdefanor
2021-09-22Fix a few GCC warningsdefanor
2021-09-19Allow to build without ICU (and JID checks)defanor
2021-02-11Add initial JID checksdefanor
The rexmpp_jid_check function now ensures that JID parts are valid UTF-8 strings, and that only allowed code points (per RFC 8265) are used in those. Though there is a few more checks to perform still.
2021-02-11Add stricter checks for '/' and '@' positions in JIDsdefanor
2020-11-17Add initial JID parsingdefanor