Authmodule using old style XML:get_attr_s()

This commit is contained in:
jpegger 2015-06-03 18:11:35 +02:00
parent 9a9633dbc5
commit 6f48f22c71
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ remove_connection(SID, LUser, LServer) ->
%% Register connection
register_connection(SID,
#jid{luser = LUser, lserver = LServer}, Info) ->
AuthModule = xml:get_attr_s(auth_module, Info),
AuthModule = proplists:get_value(auth_module, Info, undefined),
case AuthModule == (?MODULE) of
true ->
ejabberd_hooks:run(register_user, LServer,