diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_strm_mgmt.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_strm_mgmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_strm_mgmt.h b/protocols/JabberG/src/jabber_strm_mgmt.h index 178727e2c0..2bb770df77 100755 --- a/protocols/JabberG/src/jabber_strm_mgmt.h +++ b/protocols/JabberG/src/jabber_strm_mgmt.h @@ -50,6 +50,7 @@ public: void CheckStreamFeatures(HXML node);
void CheckState();
void OnDisconnect();
+ void SendAck();
};
#endif //JABBER_STRM_MGMT_H
\ No newline at end of file |