diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-28 10:03:13 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-28 10:03:13 +0300 |
commit | 37a61502be9d19eb89efd2c8c0cbe0debe968333 (patch) | |
tree | 6e5f26386831d6f45f99ae35ded6e2b7a39d21e5 /protocols/JabberG/src/stdafx.h | |
parent | 5e65ecbf7c7e008ac23adc0f29bc000f7fd27019 (diff) |
prootcols: jabber: xep-0198
- send ack on disconnect as suggested by xep
- bugfixes (outgoing messages tracking still does not work properly)
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x[-rw-r--r--] | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index ca39578fe3..41e02d9b85 100644..100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -403,6 +403,7 @@ struct ThreadData int recv(char* buf, size_t len);
int send(char* buffer, int bufsize = -1);
int send(HXML node);
+ int send_no_strm_mgmt(HXML node);
int recvws(char* buffer, size_t bufsize, int flags);
int sendws(char* buffer, size_t bufsize, int flags);
|