This commit is contained in:
Christophe Romain 2017-08-11 17:54:53 +02:00
parent 7a90cda8ff
commit fd7bf7fed3
1 changed files with 1 additions and 2 deletions

View File

@ -572,8 +572,7 @@ caps_add(_From, _To, _Feature) ->
ok.
-spec caps_update(jid(), jid(), [binary()]) -> ok.
caps_update(#jid{lserver = S1} = From, #jid{lserver = S2} = To, _Features)
when S1 =/= S2 ->
caps_update(From, To, _Features) ->
send_last_pep(To, From).
-spec presence_probe(jid(), jid(), pid()) -> ok.