File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 55 xmpp_conn_set_jid(), the xmppAddr is chosen as JID
66 - <stream> element contains "from" attribute over TLS connections now
77 - GnuTLS can be selected optionally with configure script
8+ - Support for manual certificate verification
89 - New API:
910 - xmpp_conn_set_client_cert()
1011 - xmpp_conn_cert_xmppaddr_num()
1112 - xmpp_conn_cert_xmppaddr()
13+ - xmpp_conn_set_cafile()
14+ - xmpp_conn_set_capath()
15+ - xmpp_conn_set_certfail_handler()
16+ - xmpp_conn_get_peer_cert()
17+ - xmpp_tlscert_get_ctx()
18+ - xmpp_tlscert_get_conn()
19+ - xmpp_tlscert_get_pem()
20+ - xmpp_tlscert_get_dnsname()
21+ - xmpp_tlscert_get_string()
22+ - xmpp_tlscert_get_description()
23+ - xmpp_tlscert_free()
1224
13250.10.1
1426 - Fixed compilation error when LibreSSL is used
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = Strophe
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 0.10
41+ PROJECT_NUMBER = 0.11
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1- AC_INIT ( [ libstrophe] ,
[ 0.10.1 ] ,
[ [email protected] ] ) 1+ AC_INIT ( [ libstrophe] ,
[ 0.11.0 ] ,
[ [email protected] ] ) 22AC_CONFIG_MACRO_DIR ( [ m4] )
33AM_INIT_AUTOMAKE ( [ foreign] )
44LT_INIT([ dlopen] )
You can’t perform that action at this time.
0 commit comments