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

Go to the source code of this file.

Classes

struct  jami::im::InstantMessageException
 

Namespaces

namespace  jami
 
namespace  jami::im
 

Functions

void jami::im::fillPJSIPMessageBody (pjsip_tx_data &tdata, const std::map< std::string, std::string > &payloads)
 
std::map< std::string, std::string > jami::im::parseSipMessage (const pjsip_msg *msg)
 Parses given SIP message into a map where the key is the contents of the Content-Type header (along with any parameters) and the value is the message payload.
 
void jami::im::sendSipMessage (pjsip_inv_session *session, const std::map< std::string, std::string > &payloads)
 Constructs and sends a SIP message.