From ea9403c8ff0b188f74f0fe2d101c4497485dbdaa Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 30 Apr 2015 13:11:42 +0000 Subject: SkypeWeb: Notification on incoming call. git-svn-id: http://svn.miranda-ng.org/main/trunk@13289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 85c7cfcbd7..52d4477b47 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -150,6 +150,7 @@ private: void OnTrouterPoliciesCreated(const NETLIBHTTPREQUEST *response); void OnGetTrouter(const NETLIBHTTPREQUEST *response); void OnHealth(const NETLIBHTTPREQUEST *response); + void OnTrouterEvent(JSONNODE *body, JSONNODE *headers); void __cdecl CSkypeProto::TRouterThread(void*); // profile @@ -206,7 +207,7 @@ private: MEVENT GetMessageFromDb(MCONTACT hContact, const char *messageId, LONGLONG timestamp = 0); MEVENT AddMessageToDb(MCONTACT hContact, DWORD timestamp, DWORD flags, const char *messageId, char *content, int emoteOffset = 0); - + MEVENT AddCallToDb(MCONTACT hContact, DWORD timestamp, DWORD flags); int OnReceiveMessage(const char *messageId, const char *url, time_t timestamp, char *content, int emoteOffset = 0, bool isRead = false); int SaveMessageToDb(MCONTACT hContact, PROTORECVEVENT *pre); -- cgit v1.2.3