diff src/plugins/plugin_xep_0166.py @ 1585:846a39900fa6

plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:18:05 +0100
parents 268fda4236ca
children 1ced93821c35
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0166.py	Fri Nov 13 16:46:32 2015 +0100
+++ b/src/plugins/plugin_xep_0166.py	Sat Nov 14 19:18:05 2015 +0100
@@ -275,6 +275,7 @@
                 - app_args(list): args to pass to the application plugin
                 - app_kwargs(dict): keyword args to pass to the application plugin
         @param profile: %(doc_profile)s
+        @return D(unicode): jingle session id
         """
         assert contents # there must be at least one content
         client = self.host.getClient(profile)