Parent Directory
|
Revision Log
|
Revision Graph
|
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'; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |