minor cosmetic fix
SVN Revision: 2040
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user