Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | jami::ChannelHandlerInterface |
A Channel handler is used to make the link between JamiAccount and ConnectionManager Its role is to manage channels for a protocol (git/sip/etc) More... | |
Namespaces | |
namespace | jami |
Typedefs | |
using | jami::ConnectCallbackLegacy = std::function< void(std::shared_ptr< dhtnet::ChannelSocket >, const dht::InfoHash &)> |
using | jami::ConnectCb = std::function< void(std::shared_ptr< dhtnet::ChannelSocket >, const DeviceId &)> |