|
Ring Daemon
|

Public Member Functions | |
| std::vector< std::map< std::string, std::string > > | getMembers (bool includeLeft, bool includeBanned) const |
| bool | startFetch (const std::string &deviceId, bool checkIfConv=false) |
| void | stopFetch (const std::string &deviceId) |
| SyncedConversation (const ConvInfo &info) | |
| SyncedConversation (const std::string &convId) | |
Public Attributes | |
| std::shared_ptr< Conversation > | conversation |
| std::unique_ptr< asio::steady_timer > | fallbackClone |
| std::chrono::seconds | fallbackTimer {5s} |
| ConvInfo | info |
| std::mutex | mtx |
| std::unique_ptr< PendingConversationFetch > | pending |
Definition at line 56 of file conversation_module.cpp.
|
inline |
Definition at line 65 of file conversation_module.cpp.
References fallbackClone, and jami::Manager::instance().

Definition at line 70 of file conversation_module.cpp.
References fallbackClone, and jami::Manager::instance().

|
inline |
Definition at line 106 of file conversation_module.cpp.
References conversation, jami::emitSignal(), info, and jami::ConvInfo::members.

|
inline |
Definition at line 76 of file conversation_module.cpp.
References conversation, jami::emitSignal(), and pending.

Definition at line 96 of file conversation_module.cpp.
References pending.
| std::shared_ptr<Conversation> jami::SyncedConversation::conversation |
Definition at line 63 of file conversation_module.cpp.
Referenced by getMembers(), and startFetch().
| std::unique_ptr<asio::steady_timer> jami::SyncedConversation::fallbackClone |
Definition at line 59 of file conversation_module.cpp.
Referenced by SyncedConversation(), and SyncedConversation().
| std::chrono::seconds jami::SyncedConversation::fallbackTimer {5s} |
Definition at line 60 of file conversation_module.cpp.
| ConvInfo jami::SyncedConversation::info |
Definition at line 61 of file conversation_module.cpp.
Referenced by getMembers().
| std::mutex jami::SyncedConversation::mtx |
Definition at line 58 of file conversation_module.cpp.
| std::unique_ptr<PendingConversationFetch> jami::SyncedConversation::pending |
Definition at line 62 of file conversation_module.cpp.
Referenced by startFetch(), and stopFetch().