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

Reply via email to