Mercurial > libervia-backend
comparison src/plugins/plugin_exp_events.py @ 2303:37887b5acb25
plugin events: changed import names to EVENTS uppercase for consistency with other plugins
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jul 2017 14:50:45 +0200 |
parents | 78048f002a3c |
children | 72cbb6478f97 |
comparison
equal
deleted
inserted
replaced
2302:f824b6026b73 | 2303:37887b5acb25 |
---|---|
30 from wokkel import pubsub | 30 from wokkel import pubsub |
31 | 31 |
32 | 32 |
33 PLUGIN_INFO = { | 33 PLUGIN_INFO = { |
34 C.PI_NAME: "Event plugin", | 34 C.PI_NAME: "Event plugin", |
35 C.PI_IMPORT_NAME: "events", | 35 C.PI_IMPORT_NAME: "EVENTS", |
36 C.PI_TYPE: "EXP", | 36 C.PI_TYPE: "EXP", |
37 C.PI_PROTOCOLS: [], | 37 C.PI_PROTOCOLS: [], |
38 C.PI_DEPENDENCIES: ["XEP-0060"], | 38 C.PI_DEPENDENCIES: ["XEP-0060"], |
39 C.PI_RECOMMENDATIONS: ["INVITATIONS", "XEP-0277"], | 39 C.PI_RECOMMENDATIONS: ["INVITATIONS", "XEP-0277"], |
40 C.PI_MAIN: "Events", | 40 C.PI_MAIN: "Events", |