Esempio n. 1
0
 /**
  * Change operator password if entered
  *
  * @param erLhcoreClassModelXMPPAccount $xmppAccount            
  */
 public function changeOperatorPassword(erLhcoreClassModelXMPPAccount $xmppAccount)
 {
     if ($this->settings['enabled'] == true) {
         erLhcoreClassExtensionXmppserviceHandler::changeOperatorPassword(array('xmpp_account' => $xmppAccount, 'xmpp_host' => $this->settings['xmpp_host'], 'host_login' => $this->settings['host_login'], 'node_api_server' => $this->settings['node_api_server'], 'handler' => $this->settings['handler'], 'rpc_server' => $this->settings['rpc_server'], 'rpc_username' => $this->settings['rpc_username'], 'rpc_password' => $this->settings['rpc_password'], 'rpc_account_host' => $this->settings['rpc_account_host']));
     }
 }