24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Fix privacy check when serving local Last (thanks to Brian Acton)(EJAB-1271)

This commit is contained in:
Badlop 2010-06-29 11:57:54 +02:00
parent 1531541331
commit d9e2931ed9
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ process_sm_iq(From, To, #iq{type = Type, sub_el = SubEl} = IQ) ->
[User, Server, UserListRecord,
{From, To,
{xmlelement, "presence", [], []}},
out]) of
in]) of
allow ->
get_last(IQ, SubEl, User, Server);
deny ->

View File

@ -119,7 +119,7 @@ process_sm_iq(From, To, #iq{type = Type, sub_el = SubEl} = IQ) ->
[User, Server, UserListRecord,
{From, To,
{xmlelement, "presence", [], []}},
out]) of
in]) of
allow ->
get_last(IQ, SubEl, User, Server);
deny ->