mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
* src/mod_echo.erl: Put in comments the call to the educational
function do_client_version SVN Revision: 1165
This commit is contained in:
parent
45b01994e2
commit
b6ff597740
@ -1,3 +1,8 @@
|
||||
2008-01-30 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/mod_echo.erl: Put in comments the call to the educational
|
||||
function do_client_version
|
||||
|
||||
2008-01-29 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
|
||||
|
@ -121,7 +121,7 @@ handle_info({route, From, To, Packet}, State) ->
|
||||
"" -> jlib:make_error_reply(Packet, ?ERR_BAD_REQUEST);
|
||||
_ -> Packet
|
||||
end,
|
||||
do_client_version(To, From),
|
||||
%%do_client_version(To, From),
|
||||
ejabberd_router:route(To, From, Packet2),
|
||||
{noreply, State};
|
||||
handle_info(_Info, State) ->
|
||||
@ -146,9 +146,12 @@ code_change(_OldVsn, State, _Extra) ->
|
||||
{ok, State}.
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%%% Internal functions
|
||||
%% Example of routing XMPP packets using Erlang's message passing
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
%% To enable this educational example, uncomment the call to the
|
||||
%% function do_client_version in handle_info.
|
||||
|
||||
%% ejabberd provides a method to receive XMPP packets using Erlang's
|
||||
%% message passing mechanism.
|
||||
%%
|
||||
|
Loading…
Reference in New Issue
Block a user