diff options
author | George Hazan <george.hazan@gmail.com> | 2015-11-09 09:19:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-11-09 09:19:38 +0000 |
commit | 581844d52f2b91a45240a1e7bf7cd95cc93b0837 (patch) | |
tree | 5f16a4047144eeca67deb3dd3b7d98cd191a6096 /protocols/JabberG/src/jabber_proto.h | |
parent | b067cb5f4dd97509448956205c41f96cce6f8473 (diff) |
fix for the frame processing in Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@15702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 80070ab9db..755037f677 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -746,7 +746,9 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void SendPresenceTo(int status, const TCHAR* to, HXML extra, const TCHAR *msg = NULL);
void SendPresence(int m_iStatus, bool bSendToAll);
void StringAppend(char* *str, int *sizeAlloced, const char* fmt, ...);
+
void RebuildInfoFrame(void);
+ void InitInfoFrame(void);
// returns buf or NULL on error
TCHAR* GetClientJID(MCONTACT hContact, TCHAR *dest, size_t destLen);
|