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
bda111b145
commit
fc9ba11afe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user