mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix typo from 9c5427e0c
This commit is contained in:
parent
7a90cda8ff
commit
fd7bf7fed3
@ -572,8 +572,7 @@ caps_add(_From, _To, _Feature) ->
|
|||||||
ok.
|
ok.
|
||||||
|
|
||||||
-spec caps_update(jid(), jid(), [binary()]) -> ok.
|
-spec caps_update(jid(), jid(), [binary()]) -> ok.
|
||||||
caps_update(#jid{lserver = S1} = From, #jid{lserver = S2} = To, _Features)
|
caps_update(From, To, _Features) ->
|
||||||
when S1 =/= S2 ->
|
|
||||||
send_last_pep(To, From).
|
send_last_pep(To, From).
|
||||||
|
|
||||||
-spec presence_probe(jid(), jid(), pid()) -> ok.
|
-spec presence_probe(jid(), jid(), pid()) -> ok.
|
||||||
|
Loading…
Reference in New Issue
Block a user