Go to the source code of this file.
Namespaces | |
| users_online | |
Functions | |
| def | users_online.callback (msg) |
| def | users_online.get_active_user () |
| def | users_online.listener () |
| def | users_online.publish_users () |
| def | users_online.remove_active_user () |
Variables | |
| users_online.active_user = None | |
| users_online.active_user_file = config.ACTIVE_USER_FILE | |
| users_online.anonymous | |
| int | users_online.INACTIVITY_LOGOUT = 120 |
| string | users_online.NAME = 'users_online' |
| string | users_online.PKG = 'webui' |
| users_online.publisher = None | |
| users_online.subscriber = None | |
| dictionary | users_online.users = {} |