25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

minor cosmetic fix

SVN Revision: 2040
This commit is contained in:
Christophe Romain 2009-04-24 21:34:59 +00:00
parent bda111b145
commit fc9ba11afe

View File

@ -367,7 +367,7 @@ send_loop(State) ->
case S of
ServerHost -> %% local contact, so we may have pep items
PeerJID = jlib:make_jid(U, S, R),
handle_cast({presence, User, Server, [Resource], PeerJID}, State);
self() ! {presence, User, Server, [Resource], PeerJID};
_ -> %% remote contact, no items available
ok
end;