summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-12-07Provide a callback after socket creation, use _Booldefanor
2023-09-24Move GnuTLS operations from Jingle module into TLS moduledefanor
2023-09-09Use rxml for XML parsing when building with Rustdefanor
2023-09-08Support libexpat as an alternative XML parserdefanor
2023-09-07Implement XML serialization in C and in Rustdefanor
2023-05-23Replace libxml2's xmlNode with a custom XML structuredefanor
2023-05-02Use timespec and monotonic clock for timersdefanor
2021-10-13Implement Jingle RTP sessions with ICE-UDP and DTLS-SRTPdefanor
2021-10-02Make libgsasl optionaldefanor
2021-09-20Restore client certificate (SASL EXTERNAL) authenticationdefanor
2021-08-29Update to Debian 11 versions of dependenciesdefanor
2021-02-28Add the initial Emacs interfacedefanor
2021-02-15Add optional text console usage into basic.cdefanor
2021-02-12Set log_function on initialisationdefanor
2021-02-11Add initial JID checksdefanor
2021-01-25Use getline(3) for examples/basic.c password readingdefanor
2020-11-26Introduce rexmpp_strerrordefanor
2020-11-22Add the console moduledefanor
2020-11-20Handle XEP-0402: PEP Native Bookmarksdefanor
2020-11-20Add XEP-0373 message verificationdefanor
2020-11-20Don't include own JID into <signcrypt/>, always encrypt for selfdefanor
2020-11-19Implement XEP-0373: OpenPGP for XMPPdefanor
2020-11-17Add initial JID parsingdefanor
2020-09-11Print own messages as originating from ">" in the weechat plugindefanor
2020-08-23Comment examples/basic.c and include it into the manualdefanor
2020-08-10Get rid of the weechat plugin's compiler warningsdefanor
2020-07-19Document a few functions and the weechat plugindefanor
2020-07-05Add presence trackingdefanor
2020-07-04Fill weechat nicklistsdefanor
2020-06-23Improve MUC support in the weechat plugindefanor
2020-06-02WeeChat plugin: improve message printing, add MUC joiningdefanor
2020-06-02Add examples/weechat.c into the distributiondefanor
2020-06-01Add a crude WeeChat plugindefanor
2020-05-30Remove callback functions from rexmpp_init argumentsdefanor
2020-05-18Accept JID and raw XML input in the "basic" exampledefanor
2020-05-09Wrap the SASL property callbackdefanor
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