|
Ring Daemon
|
Contains information about an exchanged message. More...
#include <streamdata.h>

Public Member Functions | |
| JamiMessage (const std::string &accId, const std::string &pId, bool isReceived, const std::map< std::string, std::string > &dataMap, bool pPlugin) | |
Public Attributes | |
| std::string | accountId |
| std::map< std::string, std::string > | data |
| const bool | direction |
| bool | fromHistory {false} |
| bool | fromPlugin |
| bool | isSwarm {false} |
| std::string | peerId |
Contains information about an exchanged message.
It's used by ChatServicesManager.
Definition at line 66 of file streamdata.h.
|
inline |
| accId | AccountId |
| pId | peerId |
| isReceived | True if received message, False if sent |
| dataMap | Message contents |
| pPlugin | True if message is created/modified by plugin code |
Definition at line 75 of file streamdata.h.
| std::string JamiMessage::accountId |
Definition at line 87 of file streamdata.h.
| std::map<std::string, std::string> JamiMessage::data |
Definition at line 91 of file streamdata.h.
| const bool JamiMessage::direction |
Definition at line 90 of file streamdata.h.
| bool JamiMessage::fromHistory {false} |
Definition at line 95 of file streamdata.h.
| bool JamiMessage::fromPlugin |
Definition at line 93 of file streamdata.h.
| bool JamiMessage::isSwarm {false} |
Definition at line 94 of file streamdata.h.
| std::string JamiMessage::peerId |
Definition at line 88 of file streamdata.h.