summaryrefslogtreecommitdiff
path: root/src/rexmpp.c
AgeCommit message (Expand)Author
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
2020-09-18Introduce XML input queuedefanor
2020-08-31Don't shift reconnect timeout by attempt number if it's too highdefanor
2020-08-23Add a log record for running out of candidate hostsdefanor
2020-07-05Add presence trackingdefanor
2020-07-04Fill weechat nicklistsdefanor
2020-06-24Don't deinit gnutls session on REXMPP_TLS_AWAITING_DIRECTdefanor
2020-06-04Implement XEP-0199: XMPP Pingdefanor
2020-06-04Allow gnutls_session_set_data to faildefanor
2020-05-30Remove callback functions from rexmpp_init argumentsdefanor
2020-05-09Wrap the SASL property callbackdefanor
2020-04-06Check node in incoming disco requestsdefanor
2020-04-02Check JIDs in IQ repliesdefanor
2020-03-29Send "unavailable" presence before disconnectdefanor
2020-03-29Add initial Entity Capabilities supportdefanor
2020-03-28Handle service discovery requestsdefanor
2020-03-28Check "from" on roster pushdefanor
2020-03-27Move roster functions into a separate filedefanor
2020-03-27Add optional roster cachingdefanor
2020-03-25Add initial roster management functionalitydefanor
2020-03-12Add feature configurationdefanor
2020-03-03Elaborate rexmpp_run state checksdefanor
2020-03-03Adjust the recv loop conditiondefanor
2020-03-02Add rexmpp_process_socks_errdefanor
2020-03-02Schedule a reconnect on TLS failuredefanor
2020-03-02Improve reconnect timingsdefanor
2020-03-02Verify X.509 certificatesdefanor