comparison src/plugins/plugin_xep_0096.py @ 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 d17772b0fe22
children 2daf7b4c6756
comparison
equal deleted inserted replaced
1898:31b8a58cfcf5 1899:7c97554a84d5
36 PLUGIN_INFO = { 36 PLUGIN_INFO = {
37 "name": "XEP-0096 Plugin", 37 "name": "XEP-0096 Plugin",
38 "import_name": "XEP-0096", 38 "import_name": "XEP-0096",
39 "type": "XEP", 39 "type": "XEP",
40 "protocols": ["XEP-0096"], 40 "protocols": ["XEP-0096"],
41 "dependencies": ["XEP-0020", "XEP-0095", "XEP-0065", "XEP-0047"], 41 "dependencies": ["XEP-0020", "XEP-0095", "XEP-0065", "XEP-0047", "FILE"],
42 "main": "XEP_0096", 42 "main": "XEP_0096",
43 "handler": "no", 43 "handler": "no",
44 "description": _("""Implementation of SI File Transfer""") 44 "description": _("""Implementation of SI File Transfer""")
45 } 45 }
46 46