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:
parent
98a78624cc
commit
d09acc8231
@ -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};
|
||||||
_ ->
|
_ ->
|
||||||
|
Loading…
Reference in New Issue
Block a user