Skip to content

Releases: strophe/libstrophe

Release 0.9.2

23 Feb 12:24
Compare
Choose a tag to compare
  • OpenSSL tls module verifies certificate by default. Set flag XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification
  • Certificate hostname verification is forced for openssl-1.0.2 and newer
  • OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1
  • Support of handlers with the same callback function, but different userdata
  • System handlers are deleted on xmpp_conn_t reconnection. Old system handlers could cause problems
  • Default timeout for xmpp_run() is increased from 1 millisecond to 1 second in order to reduce CPU consumption
  • Reduced memory usage in expat module
  • New functions: xmpp_ctx_set_timeout(), xmpp_sha1_digest()

Release 0.9.1

16 Sep 10:19
Compare
Choose a tag to compare
  • Fixed bug #95 (DNS lookup failing on Cygwin)
  • Removed dependency on the check package

Release 0.9.0

14 Sep 18:15
Compare
Choose a tag to compare
libstrophe 0.9.0

See ChangeLog for significant changes or follow the link to see all the
changes:
  https://github.com/strophe/libstrophe/compare/0.8.8...strophe:0.9.0

Release 0.8.8

18 Aug 21:11
Compare
Choose a tag to compare

XML namespace support
XEP-0114 support

Release 0.8.7

06 Nov 23:04
Compare
Choose a tag to compare

SCRAM-SHA-1 authentication mechanism
pkg-config support

Release 0.8.6

08 Aug 17:45
Compare
Choose a tag to compare

Use pkg-config.

Release 0.8.5

07 Aug 09:33
@tdi tdi
Compare
Choose a tag to compare
Merge pull request #27 from cicku/patch-1

Correct the libtool file