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
+1 -1
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;