Witam, mam pytanie.
A więc chciałbym uruchomić Xmpp na https://status.itunix.eu/
Więc w tym celu dodaje do config.php:

  1. addPlugin('xmpp', array(
  2. 'user' => 'update',
  3. 'server' => 'itunix.eu',
  4. 'password' => 'Jabber pass'
  5. // 'public'=>array('bob@aol.com', 'sue@google.com')
  6. ));
  7.  
  8. $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:


  1. $config['xmpp']['enabled'] = true;
  2. $config['xmpp']['server'] = 'itunix.eu'; # XMPP server name
  3. // $config['xmpp']['host'] = NULL; # Only set if different from server
  4. $config['xmpp']['port'] = 5222;
  5. $config['xmpp']['user'] = 'update'; # set to what ever user name is registered on XMPP server
  6. $config['xmpp']['encryption'] = true;
  7. $config['xmpp']['resource'] = 'bot';
  8. $config['xmpp']['password'] = 'jabber pass';
  9. $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.