summaryrefslogtreecommitdiff
path: root/src/rexmpp_sasl.c
AgeCommit message (Collapse)Author
2023-09-09Use rxml for XML parsing when building with Rustdefanor
2023-06-14Use more pointers to other structures from struct rexmppdefanor
Instead of including them. Those structures can vary depending on configuration options, while for bindings it is easier if they stay the same, and are mere pointers. Besides, some of them may refer to opaque Rust-only structures in the future.
2021-10-02Make libgsasl optionaldefanor
Only EXTERNAL and PLAIN mechanisms are supported without it for now.