diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-10 20:12:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-10 20:12:40 +0000 |
commit | e1a9895ffcc730f80fd776b864842215e2e4a561 (patch) | |
tree | bbe6fde6fee75f18a847e618e86440e50d1bdb2b /protocols/JabberG/src/jabber.h | |
parent | c8f9e295b0fd7baeb28dcc308f22967a482f51c4 (diff) |
Jabber XEP-203 support for groupchat messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@3038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 9e27954ffd..9391a3808f 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -756,6 +756,8 @@ void JabberCopyText(HWND hwnd, TCHAR *text); void JabberBitmapPremultiplyChannels(HBITMAP hBitmap);
CJabberProto *JabberChooseInstance(bool bIsLink=false);
+void JabberReadXep203delay(HXML node, time_t &msgTime);
+
//---- jabber_xml.cpp -------------------------------------------------------------------
void strdel(char* parBuffer, int len);
|