Ring Daemon 16.0.0
Loading...
Searching...
No Matches
account_config.h File Reference
Include dependency graph for account_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jami::AccountConfig
 

Namespaces

namespace  jami
 

Functions

void jami::parseBool (const std::map< std::string, std::string > &details, const char *key, bool &s)
 
template<class T >
void jami::parseInt (const std::map< std::string, std::string > &details, const char *key, T &s)
 
void jami::parsePath (const std::map< std::string, std::string > &details, const char *key, std::string &s, const std::filesystem::path &base)
 
void jami::parseString (const std::map< std::string, std::string > &details, const char *key, std::string &s)
 

Variables

constexpr const char *const jami::DEFAULT_RINGTONE_PATH = "default.opus"