changeset 3315:53b229761c9d

plugin XEP-0050: typo
author Goffi <goffi@goffi.org>
date Sat, 01 Aug 2020 15:58:20 +0200
parents 5887fb414758
children 5369ce5bcecf
files sat/plugins/plugin_xep_0050.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0050.py	Fri Jul 17 13:00:10 2020 +0200
+++ b/sat/plugins/plugin_xep_0050.py	Sat Aug 01 15:58:20 2020 +0200
@@ -205,7 +205,7 @@
 
     def _requestEb(self, failure_, request, session_id):
         if failure_.check(AdHocError):
-            error_constant = failure.value.callback_error
+            error_constant = failure_.value.callback_error
         else:
             log.error(f"unexpected error while handling request: {failure_}")
             error_constant = XEP_0050.ERROR.INTERNAL
@@ -694,7 +694,8 @@
     ) -> dict:
         """Send a series of data to an ad-hoc service
 
-        @param sequence: list of
+        @param sequence: list of values to send
+            value are specified by a dict mapping var name to value.
         @param node: node of the ad-hoc commnad
         @param service_jid: jid of the ad-hoc service
             None to use profile's server