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

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents dbe1803eca7c
children 8f3551ceee17
comparison
equal deleted inserted replaced
290:59a82af700e2 291:7c79d4a8c9e6
79 79
80 80
81 81
82 PLUGIN_INFO = { 82 PLUGIN_INFO = {
83 "name": "XEP 0065 Plugin", 83 "name": "XEP 0065 Plugin",
84 "import_name": "XEP_0065", 84 "import_name": "XEP-0065",
85 "type": "XEP", 85 "type": "XEP",
86 "protocols": ["XEP-0065"], 86 "protocols": ["XEP-0065"],
87 "main": "XEP_0065", 87 "main": "XEP_0065",
88 "handler": "yes", 88 "handler": "yes",
89 "description": _("""Implementation of SOCKS5 Bytestreams""") 89 "description": _("""Implementation of SOCKS5 Bytestreams""")