ok here is the work around i have but my configs arent great either
this is the config
#it is recommended to put the bot files in C:\ultimate-bot\
# UltimateBot configuration
{
# Jabber account where UltimateBot will login
'CONNECT_SERVER': 'openfire.chatango.com', #aka host. fe, xmpp.ya.ru and jid
node@ya.ru
'PORT': 5222,
'JID': 'XXX@XXX.XXX',
'PASSWORD': 'XXXX',
'RESOURCE': 'XXXX',
# Chatroom nick
'DEFAULT_NICK': 'Rygaku',
# Jabber accounts that will administrate UltimateBot
'ADMINS': ['the id that will control the
bot@nimbuzz.com'],
'ADMIN_PASSWORD': 'password',
# UltimateBot 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': 'C;\logs',
# Where to store logs of private chats
# To disable logging, set to empty string: '',
'PRIVATE_LOG_DIR': '.C\

ogs',
}
this is my error
the error occured while looking up _xmpp-client._tcp.openfire.chatango.com