mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
typo
This commit is contained in:
parent
4125dfd166
commit
f5e857a5bd
@ -1050,7 +1050,7 @@ process_presence(From, Nick,
|
|||||||
drop ->
|
drop ->
|
||||||
{next_state, normal_state, StateData};
|
{next_state, normal_state, StateData};
|
||||||
#xmlel{attrs = Attrs} = Packet ->
|
#xmlel{attrs = Attrs} = Packet ->
|
||||||
Type = xml:get_attr_s(<<"xml:lang">>, Attrs),
|
Type = xml:get_attr_s(<<"type">>, Attrs),
|
||||||
Lang = xml:get_attr_s(<<"xml:lang">>, Attrs),
|
Lang = xml:get_attr_s(<<"xml:lang">>, Attrs),
|
||||||
StateData1 = case Type of
|
StateData1 = case Type of
|
||||||
<<"unavailable">> ->
|
<<"unavailable">> ->
|
||||||
|
Loading…
Reference in New Issue
Block a user