summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
AgeCommit message (Expand)Author
2023-12-07Provide a callback after socket creation, use _Booldefanor
2023-11-17Implement MUC self-ping (XEP-0410)defanor
2023-09-29Add more checks, tests, and documentationdefanor
2023-09-24Move GnuTLS operations from Jingle module into TLS moduledefanor
2023-09-08Support libexpat as an alternative XML parserdefanor
2023-09-07Build rexmpp_xml_t directly on SAX parsingdefanor
2023-08-09Fix pingingdefanor
2023-06-14Use more pointers to other structures from struct rexmppdefanor
2023-05-23Replace libxml2's xmlNode with a custom XML structuredefanor
2023-05-02Use timespec and monotonic clock for timersdefanor
2023-04-15Add a path MTU discovery setting for TCP socketsdefanor
2021-10-13Implement Jingle RTP sessions with ICE-UDP and DTLS-SRTPdefanor
2021-10-02Make libgsasl optionaldefanor
2021-10-02Add a couple of HAVE_CURL checksdefanor
2021-10-01Add Jingle file transfer over IBBdefanor
2021-09-25Implement XEP-0363: HTTP File Uploaddefanor
2021-09-25Add recursive feature search (rexmpp_disco_find_feature)defanor
2021-09-25Introduce IQ cachingdefanor
2021-09-24Pass user-provided pointers to <iq> callback functionsdefanor
2021-09-23Handle XEP-0092: Software Versiondefanor
2021-09-22Reintroduce c-ares as an option for DNS lookupsdefanor
2021-09-21Make libunbound optionaldefanor
2021-09-20Restore client certificate (SASL EXTERNAL) authenticationdefanor
2021-09-19Make GPGME optionaldefanor
2021-09-19Introduce OpenSSL and no-TLS options, in addition to GnuTLSdefanor
2021-02-12Set log_function on initialisationdefanor
2020-11-30Reconnect on "reset" and "system-shutdown" stream errorsdefanor
2020-11-29Assign random instead of sequential stanza IDsdefanor
2020-11-26Introduce rexmpp_strerrordefanor
2020-11-26Propagate more errors backdefanor
2020-11-22Add the console moduledefanor
2020-11-20Handle XEP-0402: PEP Native Bookmarksdefanor
2020-11-20Add rexmpp_xml_parsedefanor
2020-11-19Implement XEP-0373: OpenPGP for XMPPdefanor
2020-11-17Support XEP-0163 (PEP) and XEP-0172 (User Nickname)defanor
2020-11-17Add initial JID parsingdefanor
2020-11-16Update headersdefanor
2020-11-14Remove the c-ares dependencydefanor
2020-11-13Switch from c-ares to libunbounddefanor
2020-09-18Introduce XML input queuedefanor
2020-07-19Document a few functions and the weechat plugindefanor
2020-07-05Add presence trackingdefanor
2020-07-04Fill weechat nicklistsdefanor
2020-06-04Implement XEP-0199: XMPP Pingdefanor
2020-06-01Add a crude WeeChat plugindefanor
2020-05-30Remove callback functions from rexmpp_init argumentsdefanor
2020-05-09Wrap the SASL property callbackdefanor
2020-03-29Add initial Entity Capabilities supportdefanor
2020-03-28Handle service discovery requestsdefanor
2020-03-27Move roster functions into a separate filedefanor