File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 5
5
xmpp_conn_set_jid(), the xmppAddr is chosen as JID
6
6
- <stream> element contains "from" attribute over TLS connections now
7
7
- GnuTLS can be selected optionally with configure script
8
+ - Support for manual certificate verification
8
9
- New API:
9
10
- xmpp_conn_set_client_cert()
10
11
- xmpp_conn_cert_xmppaddr_num()
11
12
- 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()
12
24
13
25
0.10.1
14
26
- Fixed compilation error when LibreSSL is used
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = Strophe
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.10
41
+ PROJECT_NUMBER = 0.11
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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] ] )
2
2
AC_CONFIG_MACRO_DIR ( [ m4] )
3
3
AM_INIT_AUTOMAKE ( [ foreign] )
4
4
LT_INIT([ dlopen] )
You can’t perform that action at this time.
0 commit comments