check whether your jabber is working or not first. I suggest you to do :
http://yoursite.com:5280/admin and to check whether it is working or not. Secondly, you should check: ejabberd stats registeredusers and you should see a number there (which is how many instances are running) If you are getting error messages then you should consider to reinstall ejabberd. 2009/6/29 Apoorv S <[email protected]> > Hi, > I have installed 0.7.3. Mostly things are working but XMPP. > > Adding a IM address, says successfully sent invitation but nothing actually > happens. > > In logs it shows- > > tcp://jabber.org:5222 error not able to connect. > > Server : Centos. > > Config file- > > $config['xmpp']['enabled'] = true; > $config['xmpp']['server'] = 'jabber.org'; > $config['xmpp']['host'] = NULL; # Only set if different from server > $config['xmpp']['port'] = 5222; > $config['xmpp']['user'] = 'MyJabberID'; > $config['xmpp']['encryption'] = false; > $config['xmpp']['resource'] = 'some string'; > $config['xmpp']['password'] = 'blahblahblah'; > $config['xmpp']['debug'] = false; > > Please help me fix this. > > Thanks > > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > >
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
