mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Small fix in RSM decoding (thanks to Alexander Tsvyashchenko)(EJAB-1066)
SVN Revision: 2670
This commit is contained in:
parent
13b8940606
commit
162fbc2ef8
@ -92,7 +92,7 @@ rsm_decode(#xmlel{}=SubEl)->
|
||||
case exmpp_xml:get_element(SubEl, 'set') of
|
||||
undefined ->
|
||||
none;
|
||||
#xmlelement{name = 'set', children = SubEls}->
|
||||
#xmlel{name = 'set', children = SubEls}->
|
||||
lists:foldl(fun rsm_parse_element/2, #rsm_in{}, SubEls)
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user