summaryrefslogtreecommitdiff
path: root/src/rexmpp_jid.h
AgeCommit message (Collapse)Author
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.
2020-11-17Add initial JID parsingdefanor