instead of this try using
your hostname instead .. as ejabberd uses DNS to do the ip lookup.
ConnectionConfiguration("yourhostname",5222);
also to be on safer side update your /etc/hosts file with your hostname and the IP address.
instead of this try using
your hostname instead .. as ejabberd uses DNS to do the ip lookup.
ConnectionConfiguration("yourhostname",5222);
also to be on safer side update your /etc/hosts file with your hostname and the IP address.