Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0234.py @ 2589:282d1314d574
plugin XEP-0329: new methods/signals to handle shares:
2 new methods:
- FISLocalSharesGet retrieve paths shared locally
- FISUnsharePath stop sharing a file or directory
2 new signals:
- FISSharedPathNew triggered when a new path is shared
- FISSharedPathRemoved triggered when a path is not shared anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 22 May 2018 10:06:07 +0200 |
parents | 26edcf3a30eb |
children | 3e4e78de9cca |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0234.py Tue May 22 10:01:00 2018 +0200 +++ b/sat/plugins/plugin_xep_0234.py Tue May 22 10:06:07 2018 +0200 @@ -277,7 +277,7 @@ """Request a file using jingle file transfer @param peer_jid(jid.JID): destinee jid - @param filepath(str): absolute path of the file + @param filepath(str): absolute path where the file will be downloaded @param name(unicode, None): name of the file @param file_hash(unicode, None): hash of the file @return (D(unicode)): progress id