summaryrefslogtreecommitdiff
path: root/protocols/Teams/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-18 16:12:38 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-18 16:12:38 +0300
commit3b3dea953dc54158db9cb35378852175e55c669d (patch)
tree5cf71e6fa5e4be13b0158f0ded6a61bec17847fc /protocols/Teams/src/stdafx.h
parent536b626a052525f226165f3834f4ea06c6a7ad11 (diff)
Teams: new format of subscription request + massive code cleaning
Diffstat (limited to 'protocols/Teams/src/stdafx.h')
-rw-r--r--protocols/Teams/src/stdafx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/Teams/src/stdafx.h b/protocols/Teams/src/stdafx.h
index f5c0ba8236..72d39a9909 100644
--- a/protocols/Teams/src/stdafx.h
+++ b/protocols/Teams/src/stdafx.h
@@ -68,9 +68,9 @@ enum SkypeHost
HOST_API,
HOST_CONTACTS,
HOST_DEFAULT,
+ HOST_DEFAULT_V2,
HOST_GRAPH,
HOST_LOGIN,
- HOST_PEOPLE,
HOST_TEAMS,
HOST_PRESENCE,
HOST_OTHER
@@ -83,7 +83,6 @@ struct AsyncHttpRequest : public MTHttpRequest<CTeamsProto>
AsyncHttpRequest(int type, SkypeHost host, LPCSTR url = nullptr, MTHttpRequestHandler pFunc = nullptr);
- void AddRegister(CTeamsProto *ppro);
void AddAuthentication(CTeamsProto *ppro);
};
@@ -91,8 +90,6 @@ struct AsyncHttpRequest : public MTHttpRequest<CTeamsProto>
#include "requests/chatrooms.h"
#include "requests/history.h"
-#include "requests/profile.h"
#include "requests/search.h"
-#include "requests/subscriptions.h"
#endif //_COMMON_H_