25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

Fix flash client patch

This commit is contained in:
Badlop 2011-07-18 21:56:10 +02:00
parent 98a78624cc
commit d09acc8231

View File

@ -538,7 +538,7 @@ wait_for_stream({xmlstreamstart, #xmlel{ns = NS, name = Name} = Opening},
end; end;
_ -> _ ->
case Name of case Name of
<<"policy-file-request">> -> "policy-file-request" ->
send_text(StateData, flash_policy_string()), send_text(StateData, flash_policy_string()),
{stop, normal, StateData}; {stop, normal, StateData};
_ -> _ ->