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

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents 68cd30d982a5
children 02c633a0ddcf
comparison
equal deleted inserted replaced
290:59a82af700e2 291:7c79d4a8c9e6
43 NS_ENTITY_CAPABILITY = 'http://jabber.org/protocol/caps' 43 NS_ENTITY_CAPABILITY = 'http://jabber.org/protocol/caps'
44 CAPABILITY_UPDATE = PRESENCE + '/c[@xmlns="' + NS_ENTITY_CAPABILITY + '"]' 44 CAPABILITY_UPDATE = PRESENCE + '/c[@xmlns="' + NS_ENTITY_CAPABILITY + '"]'
45 45
46 PLUGIN_INFO = { 46 PLUGIN_INFO = {
47 "name": "XEP 0115 Plugin", 47 "name": "XEP 0115 Plugin",
48 "import_name": "XEP_0115", 48 "import_name": "XEP-0115",
49 "type": "XEP", 49 "type": "XEP",
50 "protocols": ["XEP-0115"], 50 "protocols": ["XEP-0115"],
51 "dependencies": [], 51 "dependencies": [],
52 "main": "XEP_0115", 52 "main": "XEP_0115",
53 "handler": "yes", 53 "handler": "yes",