From 925c04de5ee370511fe1c09d42ba8c4589c7d2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 19 Dec 2015 21:24:11 +0000 Subject: Steam: Support for receiving "user left conversation" events (like jabber has) Miranda is NOT sending this event, maybe in future if there is exists such request from mobile/web steam. git-svn-id: http://svn.miranda-ng.org/main/trunk@15903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/stdafx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocols/Steam/src/stdafx.h') diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 71db9d6561..992b168ccb 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -53,6 +53,11 @@ extern HANDLE hExtraXStatus; #define STEAM_API_URL "https://api.steampowered.com" #define STEAM_WEB_URL "https://steamcommunity.com" +// registered db event types +#define EVENTTYPE_STEAM_CHATSTATES 2000 +#define STEAM_DB_GETEVENTTEXT_CHATSTATES "/GetEventText2000" +#define STEAM_DB_EVENT_CHATSTATES_GONE 1 + #include "steam_dialogs.h" #include "steam_options.h" #include "http_request.h" -- cgit v1.2.3