WIP XEP-0198: implement stream management
Stream management is enabled when server supports it. There is no option to disable it.
This commit is contained in:
committed by
Steffen Jaeckel
parent
3600756723
commit
57bc4bbb75
@@ -204,6 +204,10 @@ struct _xmpp_conn_t {
|
||||
/* if server returns <bind/> or <session/> we must do them */
|
||||
int bind_required;
|
||||
int session_required;
|
||||
int sm_support;
|
||||
int sm_enabled;
|
||||
uint32_t sm_handled_nr;
|
||||
uint32_t sm_sent_nr;
|
||||
|
||||
char *lang;
|
||||
char *domain;
|
||||
|
||||
Reference in New Issue
Block a user