comparison src/plugins/plugin_xep_0077.py @ 291:7c79d4a8c9e6

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents b1794cbb88e5
children f964dcec1611
comparison
equal deleted inserted replaced
290:59a82af700e2 291:7c79d4a8c9e6
31 31
32 NS_REG = 'jabber:iq:register' 32 NS_REG = 'jabber:iq:register'
33 33
34 PLUGIN_INFO = { 34 PLUGIN_INFO = {
35 "name": "XEP 0077 Plugin", 35 "name": "XEP 0077 Plugin",
36 "import_name": "XEP_0077", 36 "import_name": "XEP-0077",
37 "type": "XEP", 37 "type": "XEP",
38 "protocols": ["XEP-0077"], 38 "protocols": ["XEP-0077"],
39 "dependencies": [], 39 "dependencies": [],
40 "main": "XEP_0077", 40 "main": "XEP_0077",
41 "description": _("""Implementation of in-band registration""") 41 "description": _("""Implementation of in-band registration""")