Ring Daemon 16.0.0
|
#include <uri.h>
Public Types | |
enum class | Scheme { JAMI , SIP , SWARM , RENDEZVOUS , GIT , DATA_TRANSFER , SYNC , MESSAGE , AUTH , UNRECOGNIZED } |
Public Member Functions | |
const std::string & | authority () const |
Scheme | scheme () const |
std::string | toString () const |
Uri (std::string_view uri) | |
|
strong |
jami::Uri::Uri | ( | std::string_view | uri | ) |
Definition at line 24 of file uri.cpp.
References AUTH, DATA_TRANSFER, jami::emitSignal(), GIT, JAMI, MESSAGE, RENDEZVOUS, SIP, SWARM, SYNC, and UNRECOGNIZED.
const std::string & jami::Uri::authority | ( | ) | const |
Definition at line 63 of file uri.cpp.
Referenced by jami::JamiAccount::sendTextMessage(), jami::JamiAccount::setIsComposing(), and jami::JamiAccount::setMessageDisplayed().
Uri::Scheme jami::Uri::scheme | ( | ) | const |
Definition at line 69 of file uri.cpp.
Referenced by jami::JamiAccount::sendTextMessage(), jami::JamiAccount::setIsComposing(), and jami::JamiAccount::setMessageDisplayed().
std::string jami::Uri::toString | ( | ) | const |
Definition at line 75 of file uri.cpp.
References jami::emitSignal().