A handler for connection requests from other peers.
Set a ConnectionRequestHandler on ditto.presence.connectionRequestHandler to allow or deny connection requests from other peers.
ConnectionRequestHandler
ditto.presence.connectionRequestHandler
Contains information about the remote peer that can be used to make an authorization decision.
allow if the request should be authorized, deny otherwise.
allow
deny
ditto.presence.connectionRequestHandler for details on the connection request API.
A handler for connection requests from other peers.
Set a
ConnectionRequestHandler
onditto.presence.connectionRequestHandler
to allow or deny connection requests from other peers.