diff src/plugins/plugin_xep_0060.py @ 1243:b4a264915ea9

plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)
author souliane <souliane@mailoo.org>
date Sun, 19 Oct 2014 02:48:11 +0200
parents f584fbda4773
children 8b891f9be183
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0060.py	Sat Oct 18 20:23:12 2014 +0200
+++ b/src/plugins/plugin_xep_0060.py	Sun Oct 19 02:48:11 2014 +0200
@@ -215,7 +215,7 @@
         @param sub_id (str): optional subscription identifier.
         @param options (list): optional list of subscription options
         @param profile_key (str): %(doc_profile_key)s
-        @return: dict binding a subset of the keys of data to Deferred instances.
+        @return: list of Deferred instances.
         """
         profile, client = self.__getClientNProfile(profile_key, 'subscribe nodes')
         found_nodes = yield self.listNodes(service, profile=profile)