summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-02Update the roadmapdefanor
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-09-11Print own messages as originating from ">" in the weechat plugindefanor
2020-08-31Don't shift reconnect timeout by attempt number if it's too highdefanor
2020-08-23Comment examples/basic.c and include it into the manualdefanor
2020-08-23Add a log record for running out of candidate hostsdefanor
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-24Don't deinit gnutls session on REXMPP_TLS_AWAITING_DIRECTdefanor
2020-06-23Improve MUC support in the weechat plugindefanor
2020-06-04Implement XEP-0199: XMPP Pingdefanor
2020-06-04Allow gnutls_session_set_data to faildefanor
2020-06-02WeeChat plugin: improve message printing, add MUC joiningdefanor
2020-06-02Add NEWS, AUTHORS, and ChangeLog filesdefanor
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-26Fix conditions in rexmpp_tcp_conn_timeout and rexmpp_tcp_conn_fdsdefanor
2020-05-18Accept JID and raw XML input in the "basic" exampledefanor
2020-05-09Wrap the SASL property callbackdefanor
2020-04-06Check node in incoming disco requestsdefanor
2020-04-02Fix a typodefanor
2020-04-02Check JIDs in IQ repliesdefanor
2020-03-31Introduce a Texinfo manualdefanor
2020-03-29Send "unavailable" presence before disconnectdefanor
2020-03-29Fix input buffer sizedefanor
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-05Annotate a few rexmpp.h enumsdefanor
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
2020-03-01Allow manual (non-SRV) server configurationdefanor
2020-03-01Annotate IQ-related thingsdefanor
2020-03-01Annotate the SOCKS moduledefanor
2020-03-01Add SOCKS5 supportdefanor
2020-03-01Add rexmpp_tcp_cleanupdefanor