mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
minor cosmetic fix
SVN Revision: 2040
This commit is contained in:
parent
6710d66a58
commit
fd5e312ed9
@ -369,7 +369,7 @@ send_loop(State) ->
|
||||
case S of
|
||||
ServerHost -> %% local contact, so we may have pep items
|
||||
PeerJID = exmpp_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;
|
||||
|
Loading…
Reference in New Issue
Block a user