|
Ring Daemon
|

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" |
| #define JAMI_PATH_AUTH "/api/auth" |
Definition at line 41 of file server_account_manager.cpp.
| #define JAMI_PATH_LOGIN "/api/login" |
Definition at line 40 of file server_account_manager.cpp.