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

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents 3b382fa0ac28
children e33b3a777f10
comparison
equal deleted inserted replaced
290:59a82af700e2 291:7c79d4a8c9e6
29 29
30 from zope.interface import implements 30 from zope.interface import implements
31 31
32 PLUGIN_INFO = { 32 PLUGIN_INFO = {
33 "name": "Publish-Subscribe", 33 "name": "Publish-Subscribe",
34 "import_name": "XEP_0060", 34 "import_name": "XEP-0060",
35 "type": "XEP", 35 "type": "XEP",
36 "protocols": ["XEP-0060"], 36 "protocols": ["XEP-0060"],
37 "dependencies": [], 37 "dependencies": [],
38 "main": "XEP_0060", 38 "main": "XEP_0060",
39 "handler": "yes", 39 "handler": "yes",