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

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents 1e3e169955b2
children efbfccfed623
comparison
equal deleted inserted replaced
290:59a82af700e2 291:7c79d4a8c9e6
51 NS_VCARD_UPDATE = 'vcard-temp:x:update' 51 NS_VCARD_UPDATE = 'vcard-temp:x:update'
52 VCARD_UPDATE = PRESENCE + '/x[@xmlns="' + NS_VCARD_UPDATE + '"]' 52 VCARD_UPDATE = PRESENCE + '/x[@xmlns="' + NS_VCARD_UPDATE + '"]'
53 53
54 PLUGIN_INFO = { 54 PLUGIN_INFO = {
55 "name": "XEP 0054 Plugin", 55 "name": "XEP 0054 Plugin",
56 "import_name": "XEP_0054", 56 "import_name": "XEP-0054",
57 "type": "XEP", 57 "type": "XEP",
58 "protocols": ["XEP-0054", "XEP-0153"], 58 "protocols": ["XEP-0054", "XEP-0153"],
59 "dependencies": [], 59 "dependencies": [],
60 "main": "XEP_0054", 60 "main": "XEP_0054",
61 "handler": "yes", 61 "handler": "yes",