24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-27 14:30:55 +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, [User, Server, UserListRecord,
{From, To, {From, To,
{xmlelement, "presence", [], []}}, {xmlelement, "presence", [], []}},
out]) of in]) of
allow -> allow ->
get_last(IQ, SubEl, User, Server); get_last(IQ, SubEl, User, Server);
deny -> deny ->

View File

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