18#ifndef SERVERPRESENCESUB_H
19#define SERVERPRESENCESUB_H
22#include <pjsip/sip_types.h>
23#include <pjsip-simple/evsub.h>
24#include <pjsip-simple/presence.h>
25#include <pjsip/sip_module.h>
50 bool matches(
const char* s)
const;
static pjsip_module mod_presence_server
bool matches(const char *s) const
void emitSignal(Args... args)
pj_bool_t pres_on_rx_subscribe_request(pjsip_rx_data *rdata)
Simple macro to hide class' copy constructor and assignment operator.
#define NON_COPYABLE(ClassName)