mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Merge pull request #1903 from himawri/fix_pubsub_spec
Fix spec for mod_pubsub:subscribe_node
This commit is contained in:
commit
93e521d65e
@ -1713,7 +1713,7 @@ delete_node(Host, Node, Owner) ->
|
|||||||
%%<li>The node does not support subscriptions.</li>
|
%%<li>The node does not support subscriptions.</li>
|
||||||
%%<li>The node does not exist.</li>
|
%%<li>The node does not exist.</li>
|
||||||
%%</ul>
|
%%</ul>
|
||||||
-spec subscribe_node(host(), binary(), jid(), binary(), [{binary(), [binary()]}]) ->
|
-spec subscribe_node(host(), binary(), jid(), jid(), [{binary(), [binary()]}]) ->
|
||||||
{result, pubsub()} | {error, stanza_error()}.
|
{result, pubsub()} | {error, stanza_error()}.
|
||||||
subscribe_node(Host, Node, From, JID, Configuration) ->
|
subscribe_node(Host, Node, From, JID, Configuration) ->
|
||||||
SubModule = subscription_plugin(Host),
|
SubModule = subscription_plugin(Host),
|
||||||
|
Loading…
Reference in New Issue
Block a user