summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/constants.h
diff options
context:
space:
mode:
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