24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +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 7ffe06c77f
commit 5ca3f221cc
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ process_sm_iq(From, To, #iq{type = get} = IQ_Rec) ->
[exmpp_jid:prep_node(To), exmpp_jid:prep_domain(To), UserListRecord,
{From, To,
exmpp_presence:available()},
out]) of
in]) of
allow ->
get_last(IQ_Rec, exmpp_jid:prep_node(To), exmpp_jid:prep_domain(To));
deny ->

View File

@ -113,7 +113,7 @@ process_sm_iq(From, To, #iq{type = get} = IQ_Rec) ->
[exmpp_jid:prep_node(To), exmpp_jid:prep_domain(To), UserListRecord,
{From, To,
exmpp_presence:available()},
out]) of
in]) of
allow ->
get_last(IQ_Rec, User, Server);
deny ->