Ring Daemon 16.0.0
Loading...
Searching...
No Matches
server_account_manager.cpp File Reference
Include dependency graph for server_account_manager.cpp:

Go to the source code of this file.

Namespaces

namespace  jami
 

Macros

#define JAMI_PATH_AUTH   "/api/auth"
 
#define JAMI_PATH_LOGIN   "/api/login"
 

Variables

constexpr std::string_view jami::PATH_BLUEPRINT = JAMI_PATH_AUTH "/policyData"
 
constexpr std::string_view jami::PATH_CONTACTS = JAMI_PATH_AUTH "/contacts"
 
constexpr std::string_view jami::PATH_CONVERSATIONS = JAMI_PATH_AUTH "/conversations"
 
constexpr std::string_view jami::PATH_CONVERSATIONS_REQUESTS = JAMI_PATH_AUTH "/conversationRequests"
 
constexpr std::string_view jami::PATH_DEVICE = JAMI_PATH_AUTH "/device"
 
constexpr std::string_view jami::PATH_DEVICES = JAMI_PATH_AUTH "/devices"
 
constexpr std::string_view jami::PATH_SEARCH = JAMI_PATH_AUTH "/directory/search"
 

Macro Definition Documentation

◆ JAMI_PATH_AUTH

#define JAMI_PATH_AUTH   "/api/auth"

Definition at line 40 of file server_account_manager.cpp.

◆ JAMI_PATH_LOGIN

#define JAMI_PATH_LOGIN   "/api/login"

Definition at line 39 of file server_account_manager.cpp.