diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-03-17 13:41:04 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-03-17 13:41:04 +0300 |
| commit | 32cd08ae230797bf0287cda1d478265df3f9f61c (patch) | |
| tree | 804d44bd2b3d841cb04ce6f3c6c72a1c5ade0f7b /protocols/ICQ-WIM/src/proto.h | |
| parent | 31705a905d2fa6e81a3c8cc40c45e7c0366d6c49 (diff) | |
fixes #4284 (ICQ: support for changing our own first name, last name & about fields)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
| -rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 514787102a..f198ed76e7 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -38,6 +38,7 @@ #define ICQ_FILE_SERVER "https://u.icq.net/files/api/v1.1"
#define ICQ_FAKE_EVENT_ID 0xBABAEB
#define ICQ_ROBUST_SERVER "https://u.icq.net/rapi"
+#define ICQ_ROBUST_SERVER_NEW "https://u.icq.net/api/v92/rapi"
#define PS_DUMMY "/DoNothing"
#define PS_GOTO_INBOX "/SvcGotoInbox"
@@ -471,6 +472,8 @@ public: CMOption<uint32_t> m_iStatus2;
void CheckStatus(void);
+ void PatchProfileInfo(const char *pszVariable, const wchar_t *pwszValue);
+
MCONTACT GetRealContact(IcqUser *pUser);
CMStringW GetUserId(MCONTACT);
|
