Dmitry Podgorny
5518a9e10a
sock: refactore tcp keepalive setting
...
- Leave default number of keepalive probes rather than hardcoded value
- QNX and OSX use TCP_KEEPALIVE instead of TCP_KEEPIDLE
- QNX doesn't have TCP_KEEPINTVL
2016-04-08 18:12:48 +00:00
Dmitry Podgorny
31582cac92
ChangeLog: added new stanza API
2015-10-20 21:06:35 +03:00
Dmitry Podgorny
182803926b
conn: added new API xmpp_conn_set_flags()
...
xmpp_conn_set_flags() and xmpp_conn_get_flags() unify interface of
connection configuration.
This interface allows compile-time check of supported features or even
run-time check. Therefore, applications can be built with older
libstrophe which doesn't support some optional flags.
2015-10-15 16:01:13 +03:00
Tristan Le Guern
a4558b69df
Publicly expose JID manipulation functions
2015-10-13 01:11:25 +03:00
Dmitry Podgorny
b7fbc81740
conn: added API xmpp_conn_is_secured()
...
This patch is provided by @kjkao. New API is already used in
WorksSystems/wks_xep0047.
2015-10-13 00:10:02 +03:00
Dmitry Podgorny
36af7afa27
conn: implemented old-style SSL connection
...
Added new API xmpp_conn_set_old_style_ssl(). This function forces
using of old-style SSL connection.
2015-10-12 22:25:39 +03:00
Dmitry Podgorny
a48add8f13
ChangeLog: new features in 0.8.9
2015-10-12 16:12:34 +03:00
James Booth
cd92f69c76
Fixed Changelog
2015-08-18 22:07:06 +01:00
James Booth
73080e0660
Fixed indentation in Changelog
2015-08-18 22:00:43 +01:00
James Booth
b1cbcffdc7
Bumped version, added to Changelog
2015-03-26 20:52:48 +00:00
Dmitry Podgorny
3b906f6ceb
XEP-0114: minor fixes to auth.c
...
- src/sha1.c is used instead of openssl;
- xmpp_alloc/free should be used instead of malloc/free;
- coding style fixes.
2014-12-15 14:42:50 +02:00
Dmitry Podgorny
b23104f920
ChangeLog: set future version to 0.8.7
2014-10-21 10:23:12 +03:00
Dmitry Podgorny
057f9068c6
autotools: removed duplication in configure.ac
2014-10-21 10:21:55 +03:00
Dmitry Podgorny
ea719cd02a
SCRAM-SHA-1 authentication mechanism support
2014-08-31 00:44:08 +03:00
Dariusz Dwornikowski
287f8aa4d4
Files needed by autoreconf and co.
2014-04-25 19:22:45 +02:00