/[drupal]/contributions/modules/xmpp_server/contrib/userauth_iq/userauth_iq.module
ViewVC logotype

Diff of /contributions/modules/xmpp_server/contrib/userauth_iq/userauth_iq.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Fri Sep 26 00:45:42 2008 UTC revision 1.5, Fri Sep 26 05:44:10 2008 UTC
# Line 155  function userauth_iq_client_login($clien Line 155  function userauth_iq_client_login($clien
155    
156      //Now that we've set up the session and the ID map, call the hook.      //Now that we've set up the session and the ID map, call the hook.
157      module_invoke_all('xmpp_server_client_login', $client);      module_invoke_all('xmpp_server_client_login', $client);
158        module_invoke_all('xmpp_server_client_bind', $client);
159    }    }
160    else {    else {
161      $response->options['type'] = 'error';      $response->options['type'] = 'error';

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2