Mercurial > libervia-backend
comparison src/plugins/plugin_xep_0045.py @ 291:7c79d4a8c9e6
plugins: fixed bad import names
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Feb 2011 23:49:27 +0100 |
parents | 51085ed613c3 |
children | 5bb1cfc105d0 |
comparison
equal
deleted
inserted
replaced
290:59a82af700e2 | 291:7c79d4a8c9e6 |
---|---|
41 except ImportError: | 41 except ImportError: |
42 from wokkel.subprotocols import XMPPHandler | 42 from wokkel.subprotocols import XMPPHandler |
43 | 43 |
44 PLUGIN_INFO = { | 44 PLUGIN_INFO = { |
45 "name": "XEP 0045 Plugin", | 45 "name": "XEP 0045 Plugin", |
46 "import_name": "XEP_0045", | 46 "import_name": "XEP-0045", |
47 "type": "XEP", | 47 "type": "XEP", |
48 "protocols": ["XEP-0045"], | 48 "protocols": ["XEP-0045"], |
49 "dependencies": [], | 49 "dependencies": [], |
50 "main": "XEP_0045", | 50 "main": "XEP_0045", |
51 "handler": "yes", | 51 "handler": "yes", |