summaryrefslogtreecommitdiff
path: root/src/rexmpp.c
AgeCommit message (Expand)Author
2021-10-02Make libgsasl optionaldefanor
2021-10-02Use a custom base64 implementationdefanor
2021-10-02Use libgcrypt for hashing and randomdefanor
2021-10-01Add Jingle file transfer over IBBdefanor
2021-09-28Add request identifiers into the xmpp.el's XML interfacedefanor
2021-09-26Add xmpp-http-upload into xmpp.eldefanor
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-22Fix a few GCC warningsdefanor
2021-09-22Reintroduce c-ares as an option for DNS lookupsdefanor
2021-09-21Make libunbound optionaldefanor
2021-09-21Make DNSSEC trust anchor file configurabledefanor
2021-09-20Restore client certificate (SASL EXTERNAL) authenticationdefanor
2021-09-19Make GPGME optionaldefanor
2021-09-19Fix the client name in discovery infodefanor
2021-09-19Introduce OpenSSL and no-TLS options, in addition to GnuTLSdefanor
2021-09-04Print names and shorter timestamps in xmpp.eldefanor
2021-08-29Update to Debian 11 versions of dependenciesdefanor
2021-05-07Free events on their removaldefanor
2021-05-05Free memory after parsing SASL-decoded datadefanor
2021-03-02Initiate connection from the rexmpp_run functiondefanor
2021-02-13Don't try to reconnect on TCP errors while closing a streamdefanor
2021-02-12Set log_function on initialisationdefanor
2021-02-11Add initial JID checksdefanor
2021-02-07Accept IQ replies without "from" attributedefanor
2020-12-02Set 'id' attributes for a few 'presence' stanzasdefanor
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-23Use stricter compiler checksdefanor
2020-11-23Add rexmpp_console_on_rundefanor
2020-11-22Add the console moduledefanor
2020-11-20Handle XEP-0402: PEP Native Bookmarksdefanor
2020-11-20Add rexmpp_xml_parsedefanor
2020-11-20Use gmtime_r instead of gmtimedefanor
2020-11-19Implement XEP-0373: OpenPGP for XMPPdefanor
2020-11-18Fill disco_info just before usedefanor
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-11-12Check server certificates using DANE (TLSA)defanor
2020-09-30Fix stanza queue cleanupdefanor
2020-09-28Adjust rexmpp_send return valuesdefanor
2020-09-18Close saving context on XML serializationdefanor