Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0060.py Sun Feb 06 23:46:48 2011 +0100 +++ b/src/plugins/plugin_xep_0060.py Sun Feb 06 23:49:27 2011 +0100 @@ -31,7 +31,7 @@ PLUGIN_INFO = { "name": "Publish-Subscribe", -"import_name": "XEP_0060", +"import_name": "XEP-0060", "type": "XEP", "protocols": ["XEP-0060"], "dependencies": [],