# stOrm configuration

{
# Jabber account where stOrm will login
'CONNECT_SERVER': 'openfire.nimbuzz.com', 
'PORT': 5222,
'JID': 'natalie.jr@nimbuzz.com',
'PASSWORD': '12345678',
'RESOURCE': 'Python',

# Chatroom nick
'DEFAULT_NICK': 'natalie.jr',

# Jabber accounts that will administrate Talisman
'ADMINS': ['asdot@nimbuzz.com'],
'ADMIN_PASSWORD': 'asalnjedot',

# Talisman will try to reconnect on disconnections
'AUTO_RESTART': 1,

# Where to store HTML files from chatrooms logs
# To disable logging, set to empty string: '',
'PUBLIC_LOG_DIR': '',

# Where to store logs of private chats
# To disable logging, set to empty string: '',
'PRIVATE_LOG_DIR': '',

}