Patch-Source: https://github.com/AnyEvent-XMPP/AnyEvent-XMPP/commit/25f2a24da601b798397aea1469486cd55b0ca403.patch -- From 25f2a24da601b798397aea1469486cd55b0ca403 Mon Sep 17 00:00:00 2001 From: Aleksei Papulovskii Date: Fri, 12 Sep 2014 12:47:14 +0200 Subject: [PATCH] Pubsub unsubscribe doc typo fix --- lib/AnyEvent/XMPP/Ext/Pubsub.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AnyEvent/XMPP/Ext/Pubsub.pm b/lib/AnyEvent/XMPP/Ext/Pubsub.pm index 0c2d8f2..c38a80c 100644 --- a/lib/AnyEvent/XMPP/Ext/Pubsub.pm +++ b/lib/AnyEvent/XMPP/Ext/Pubsub.pm @@ -170,7 +170,7 @@ sub subscribe_node { ); } -=item B($con, $uri, $bc)> +=item B C<$con> is the connection already established, C<$uri> is the name of the node to be created C<$cb> is the callback