25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +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;
_ ->
case Name of
<<"policy-file-request">> ->
"policy-file-request" ->
send_text(StateData, flash_policy_string()),
{stop, normal, StateData};
_ ->