mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix spec for mod_pubsub:subscribe_node
This commit is contained in:
parent
5e26190b98
commit
50511fcff7
@ -1713,7 +1713,7 @@ delete_node(Host, Node, Owner) ->
|
||||
%%<li>The node does not support subscriptions.</li>
|
||||
%%<li>The node does not exist.</li>
|
||||
%%</ul>
|
||||
-spec subscribe_node(host(), binary(), jid(), binary(), [{binary(), [binary()]}]) ->
|
||||
-spec subscribe_node(host(), binary(), jid(), jid(), [{binary(), [binary()]}]) ->
|
||||
{result, pubsub()} | {error, stanza_error()}.
|
||||
subscribe_node(Host, Node, From, JID, Configuration) ->
|
||||
SubModule = subscription_plugin(Host),
|
||||
|
Loading…
Reference in New Issue
Block a user