Copyright © 2018 Maas-Maarten Zeeman
Authors: Maas-Maarten Zeeman (maas@channel.me).
| connect/5 | |
| p2p_request/5 | |
| public_enc_key/1 | |
| secure_publish/5 | |
| secure_subscribe/6 | |
| start/3 | |
| stop/1 |
connect(Name, Id, EncKey, Nonce, ServerEncKey) -> any()
p2p_request(Name, Id, OtherId, Nonce, Key) -> any()
public_enc_key(Name) -> any()
secure_publish(Name, Id, Topic, Nonce, Key) -> any()
secure_subscribe(Name, Id, KeyId, Topic, Nonce, Key) -> any()
start(Name, CallbackModule, UserContext) -> any()
stop(Name) -> any()
Generated by EDoc