diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-04-27 22:05:20 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-04-27 22:05:20 +0000 |
commit | 19eac0d00af3e4c2fd4e5d375bd54472f0e08dcd (patch) | |
tree | 2fc133a8d6177d5d88097d6bff7eede12025364a /protocols/FacebookRM/src/client.h | |
parent | bd5a6cebc05210166ce877e89e8597abdb1a4a48 (diff) |
Facebook: Reworked sending messages a bit; Version bump
This might fix the "computer needs cleaning" error. I removed all old send message methods and used only Mercury for everything - which is how it is used on website right now.
Also parameters for send message request were updated to actual state. This might fix problem that someone has (if I remember correctly) with sending chat messages.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 06b63c861d..f89c7ebff8 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -191,7 +191,7 @@ public: bool channel();
bool activity_ping();
- int send_message(int seqid, MCONTACT, const std::string &message_recipient, const std::string &message_text, std::string *error_text, MessageMethod method, const std::string &captchaPersistData = "", const std::string &captcha = "");
+ int send_message(int seqid, MCONTACT, const std::string &message_text, std::string *error_text, const std::string &captchaPersistData = "", const std::string &captcha = "");
////////////////////////////////////////////////////////////
|