From 2b249130c9121cfc3fd6ef82444a4d6f8d0d92d9 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 3 Sep 2016 17:10:26 +0300 Subject: [PATCH] ChangeLog: mention that xmpp_conn_t is reusable --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36ad2f1..4c7071f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ - xmpp_connect_raw() provides access to a xmpp_conn object just after establishing TCP connection. This allows to implement in-band registration or authentication mechanisms. + - xmpp_conn_t object is reusable now and can be reconnected with saving + all handlers, flags, jid and password. - New API: - xmpp_uuid_gen() - xmpp_connect_raw()