mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Remove some unused cases clauses
This commit is contained in:
parent
3ee28ef7cc
commit
0b5bcaf74a
@ -1046,12 +1046,7 @@ prepare_outpacket_response(#http_bind{id=Sid, wait=Wait,
|
|||||||
BOSH_attribs =
|
BOSH_attribs =
|
||||||
[#xmlattr{name = 'authid', value = list_to_binary(AuthID)},
|
[#xmlattr{name = 'authid', value = list_to_binary(AuthID)},
|
||||||
#xmlattr{name = 'xmlns:stream', value = ?NS_XMPP_b}] ++
|
#xmlattr{name = 'xmlns:stream', value = ?NS_XMPP_b}] ++
|
||||||
case OutEls of
|
[#xmlattr{name = 'version', ns = ?NS_BOSH_s, value = list_to_binary(Version)}],
|
||||||
[] ->
|
|
||||||
prepare_response(Sess, Rid, OutPacket, true);
|
|
||||||
_ ->
|
|
||||||
[#xmlattr{name = 'version', ns = ?NS_BOSH_s, value = list_to_binary(Version)}]
|
|
||||||
end,
|
|
||||||
MaxInactivity = get_max_inactivity(To, ?MAX_INACTIVITY),
|
MaxInactivity = get_max_inactivity(To, ?MAX_INACTIVITY),
|
||||||
MaxPause = get_max_pause(To),
|
MaxPause = get_max_pause(To),
|
||||||
{200, ?HEADER,
|
{200, ?HEADER,
|
||||||
@ -1284,8 +1279,6 @@ parse_request(Data, PayloadSize, MaxStanzaSize) ->
|
|||||||
end;
|
end;
|
||||||
[#xmlel{}] ->
|
[#xmlel{}] ->
|
||||||
% {xmlelement, _Name, _Attrs, _Els} ->
|
% {xmlelement, _Name, _Attrs, _Els} ->
|
||||||
{error, bad_request};
|
|
||||||
{error, _} ->
|
|
||||||
{error, bad_request}
|
{error, bad_request}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user