Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | jami::Conversation |
struct | jami::ConversationRequest |
A ConversationRequest is a request which corresponds to a trust request, but for conversations It's signed by the sender and contains the members list, the conversationId, and the metadatas such as the conversation's vcard, etc. More... | |
struct | jami::ConvInfo |
Namespaces | |
namespace | dhtnet |
namespace | jami |
namespace | jami::ConversationMapKeys |
namespace | jami::ConversationPreferences |
Typedefs | |
using | jami::ChannelCb = std::function< bool(const std::shared_ptr< dhtnet::ChannelSocket > &)> |
using | jami::GitSocketList = std::map< DeviceId, std::shared_ptr< dhtnet::ChannelSocket > > |
using | jami::NeedSocketCb = std::function< void(const std::string &, const std::string &, ChannelCb &&, const std::string &)> |
using | jami::OnCommitCb = std::function< void(const std::string &)> |
using | jami::OnDoneCb = std::function< void(bool, const std::string &)> |
using | jami::OnLoadMessages = std::function< void(std::vector< std::map< std::string, std::string > > &&messages)> |
using | jami::OnLoadMessages2 = std::function< void(std::vector< libjami::SwarmMessage > &&messages)> |
using | jami::OnMembersChanged = std::function< void(const std::set< std::string > &)> |
using | jami::OnMultiDoneCb = std::function< void(const std::vector< std::string > &)> |
using | jami::OnPullCb = std::function< void(bool fetchOk)> |