Ring Daemon 16.0.0
|
#include <conversation_module.h>
Public Attributes | |
std::map< std::string, ConvInfo > | c |
std::map< std::string, ConversationRequest > | cr |
DeviceSync | ds |
std::map< std::string, std::map< std::string, std::string > > | ld |
std::map< std::string, std::map< std::string, std::map< std::string, std::string > > > | ms |
std::map< std::string, std::map< std::string, std::string > > | p |
Definition at line 34 of file conversation_module.h.
std::map<std::string, ConvInfo> jami::SyncMsg::c |
Definition at line 37 of file conversation_module.h.
Referenced by jami::ServerAccountManager::syncDevices(), and jami::SyncModule::Impl::syncInfos().
std::map<std::string, ConversationRequest> jami::SyncMsg::cr |
Definition at line 38 of file conversation_module.h.
Referenced by jami::SyncModule::Impl::syncInfos().
DeviceSync jami::SyncMsg::ds |
Definition at line 36 of file conversation_module.h.
Referenced by jami::SyncModule::Impl::syncInfos().
std::map<std::string, std::map<std::string, std::string> > jami::SyncMsg::ld |
Definition at line 43 of file conversation_module.h.
std::map<std::string, std::map<std::string, std::map<std::string, std::string> > > jami::SyncMsg::ms |
Definition at line 55 of file conversation_module.h.
Referenced by jami::SyncModule::Impl::syncInfos().
std::map<std::string, std::map<std::string, std::string> > jami::SyncMsg::p |
Definition at line 41 of file conversation_module.h.
Referenced by jami::SyncModule::Impl::syncInfos().