summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/constants.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-06-11 13:32:53 +0000
committerRobert Pösel <robyer@seznam.cz>2012-06-11 13:32:53 +0000
commit50017f9b1e19f8a89aad7c4b68e1f58f81045dad (patch)
tree3d28ad857ce2b596788776a6ae11f59b680f7d35 /protocols/FacebookRM/constants.h
parent26791cc7ee10c73b00df9cc3cc38ff7ba06d8102 (diff)
FacebookRM sync.
git-svn-id: http://svn.miranda-ng.org/main/trunk@387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/constants.h')
-rw-r--r--protocols/FacebookRM/constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/FacebookRM/constants.h b/protocols/FacebookRM/constants.h
index 8662c7c145..30f65b9df3 100644
--- a/protocols/FacebookRM/constants.h
+++ b/protocols/FacebookRM/constants.h
@@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
// Version management
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 8, 1)
-#define __VERSION_STRING "0.0.8.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 9, 0)
+#define __VERSION_STRING "0.0.9.0"
// Product management
#define FACEBOOK_NAME "Facebook"
@@ -108,6 +108,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define FACEBOOK_REQUEST_VISIBILITY 305 // setting chat visibility
#define FACEBOOK_REQUEST_TABS 306 // closing message window
#define FACEBOOK_REQUEST_ASYNC 307 // marking messages read and getting other things
+#define FACEBOOK_REQUEST_THREAD_INFO 310 // getting thread info
#define FACEBOOK_RECV_MESSAGE 1
#define FACEBOOK_SEND_MESSAGE 2