Mercurial > libervia-backend
changeset 1899:7c97554a84d5
plugin XEP-0096: add missing dependency to FILE plugin
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 09 Mar 2016 12:08:31 +0100 |
parents | 31b8a58cfcf5 |
children | d1615f79dfe8 |
files | src/plugins/plugin_xep_0096.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0096.py Wed Mar 09 11:52:18 2016 +0100 +++ b/src/plugins/plugin_xep_0096.py Wed Mar 09 12:08:31 2016 +0100 @@ -38,7 +38,7 @@ "import_name": "XEP-0096", "type": "XEP", "protocols": ["XEP-0096"], - "dependencies": ["XEP-0020", "XEP-0095", "XEP-0065", "XEP-0047"], + "dependencies": ["XEP-0020", "XEP-0095", "XEP-0065", "XEP-0047", "FILE"], "main": "XEP_0096", "handler": "no", "description": _("""Implementation of SI File Transfer""")