Ring Daemon 16.0.0
Loading...
Searching...
No Matches
channel_handler.h File Reference
Include dependency graph for channel_handler.h:
This graph shows which files directly or indirectly include this file:

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 &)>