diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2013-11-04 21:32:22 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2013-11-04 21:32:22 +0000 |
commit | 2855ad715151b0726d898bbfdd66bfa46312052a (patch) | |
tree | 38a4095d696a8c74222d8f35a0b136909a635e9a /protocols/Gadu-Gadu/src/gg.h | |
parent | 9dd2263ad1f547fdc01a665d6cae7c4b1bf17a2a (diff) |
Gadu-Gadu protocol
Adaptation to gadu-gadu.pl avatars api changes
- URL http://api.gadu-gadu.pl/avatars/%d/0.xml now returns data at JSON format
- Header "Content-Type" is now absent on avatars responses (http://avatars.gadu-gadu.pl/big/%u)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 48dca26c90..d89d6d43e8 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -73,6 +73,7 @@ #include <m_genmenu.h>
#include <m_avatars.h>
#include <m_xml.h>
+#include <m_json.h>
#include <m_chat.h>
#include <m_popup.h>
#include <win2k.h>
|