Ring Daemon 16.0.0
|
#include <pres_sub_server.h>
Public Member Functions | |
void | approve (bool flag) |
int | getExpires () const |
bool | matches (const char *s) const |
void | notify () |
PresSubServer (SIPPresence *pres, pjsip_evsub *evsub, const char *remote, pjsip_dialog *d) | |
void | setExpires (int ms) |
~PresSubServer () | |
Static Public Attributes | |
static pjsip_module | mod_presence_server |
Definition at line 35 of file pres_sub_server.h.
jami::PresSubServer::PresSubServer | ( | SIPPresence * | pres, |
pjsip_evsub * | evsub, | ||
const char * | remote, | ||
pjsip_dialog * | d | ||
) |
Definition at line 284 of file pres_sub_server.cpp.
jami::PresSubServer::~PresSubServer | ( | ) |
Definition at line 296 of file pres_sub_server.cpp.
Definition at line 321 of file pres_sub_server.cpp.
References jami::emitSignal(), jami::SIPPresence::getStatus(), and JAMI_DBG.
int jami::PresSubServer::getExpires | ( | ) | const |
Definition at line 308 of file pres_sub_server.cpp.
Definition at line 314 of file pres_sub_server.cpp.
References jami::emitSignal().
void jami::PresSubServer::notify | ( | ) |
Definition at line 330 of file pres_sub_server.cpp.
References jami::emitSignal(), jami::SIPPresence::fillDoc(), jami::SIPPresence::getStatus(), JAMI_DBG, and JAMI_WARN.
Definition at line 302 of file pres_sub_server.cpp.
|
static |