summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2020-05-30Remove callback functions from rexmpp_init argumentsdefanor
Leaving required parameters only (i.e., just an initial JID).
2020-05-18Accept JID and raw XML input in the "basic" exampledefanor
Now it's more generic and usable for manual XMPP feature testing.
2020-05-09Wrap the SASL property callbackdefanor
So that a library user's SASL property callback gets a pointer to the whole rexmpp structure at once, similarly to other callbacks.
2020-03-29Fix input buffer sizedefanor
2020-03-27Add optional roster cachingdefanor
2020-03-02Verify X.509 certificatesdefanor
2020-03-01Add SOCKS5 supportdefanor
2020-02-29Add the draftdefanor