Jak uruchomić Xmpp na StatusNet?

Witam, mam pytanie.

A więc chciałbym uruchomić Xmpp na https://status.itunix.eu/

Więc w tym celu dodaje do config.php:

addPlugin('xmpp', array(

    'user'	=> 'update',

    'server'	=> 'itunix.eu',

    'password'	=> 'Jabber pass'

// 'public'=>array('bob@aol.com', 'sue@google.com')

));


$config['queue']['enabled'] = true;

i przy próbuje aktywacji konta xmpp (wysłanie linku na jabber z aktywacją) na stronie dosteję taki błąd: Deprecated: Call-time pass-by-reference has been deprecated in /var/SUBDOMENS/status/plugins/Xmpp/XmppPlugin.php on line 313 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 Deprecated: Function split() is deprecated in /var/SUBDOMENS/status/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 próbowałem też tej konfiguracji:

$config['xmpp']['enabled'] = true;

$config['xmpp']['server'] = 'itunix.eu'; # XMPP server name

// $config['xmpp']['host'] = NULL; # Only set if different from server

$config['xmpp']['port'] = 5222;

$config['xmpp']['user'] = 'update'; # set to what ever user name is registered on XMPP server

$config['xmpp']['encryption'] = true;

$config['xmpp']['resource'] = 'bot';

$config['xmpp']['password'] = 'jabber pass';

$config['xmpp']['debug'] = false; // nawet z debugiem, żadnych błędów nie pokazało

gdy uruchamiam daemona (sh /status/scripts/startdaemons.sh) bot staje się na jabberze dostępny ale nic nie odpowiada gdy do niego napiszę ani nie wysyła linku aktywacyjnego.

I co 3-4 min staje się offline i odrazu online.