comparison src/plugins/plugin_xep_0277.py @ 1275:54a898821740

plugin XEP-0277: minor fix in plugin declaration
author souliane <souliane@mailoo.org>
date Fri, 19 Dec 2014 11:41:23 +0100
parents bb30bf3ae932
children 069ad98b360d
comparison
equal deleted inserted replaced
1274:5b6d5e2d6caa 1275:54a898821740
40 40
41 PLUGIN_INFO = { 41 PLUGIN_INFO = {
42 "name": "Microblogging over XMPP Plugin", 42 "name": "Microblogging over XMPP Plugin",
43 "import_name": "XEP-0277", 43 "import_name": "XEP-0277",
44 "type": "XEP", 44 "type": "XEP",
45 "protocols": [], 45 "protocols": ["XEP-0277"],
46 "dependencies": ["XEP-0163", "XEP-0060", "TEXT-SYNTAXES"], 46 "dependencies": ["XEP-0163", "XEP-0060", "TEXT-SYNTAXES"],
47 "recommendations": ["XEP-0059"], 47 "recommendations": ["XEP-0059"],
48 "main": "XEP_0277", 48 "main": "XEP_0277",
49 "handler": "no", 49 "handler": "no",
50 "description": _("""Implementation of microblogging Protocol""") 50 "description": _("""Implementation of microblogging Protocol""")