mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* Added TODO comment
SVN Revision: 833
This commit is contained in:
parent
59fa698967
commit
eee30112ef
@ -82,6 +82,12 @@ process_iq(From, To,
|
||||
ok ->
|
||||
IQ#iq{type = result,
|
||||
sub_el = [SubEl]};
|
||||
%% TODO FIXME: This piece of
|
||||
%% code does not work since
|
||||
%% the code have been changed
|
||||
%% to allow several auth
|
||||
%% modules. lists:foreach can
|
||||
%% only return ok:
|
||||
not_allowed ->
|
||||
IQ#iq{type = error,
|
||||
sub_el =
|
||||
|
Loading…
Reference in New Issue
Block a user