mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +02:00
Reply to pings
This commit is contained in:
parent
fdda4d506f
commit
c546ce2439
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ message_in(#sip{type = request, method = M} = Req, SIPSock)
|
|||
Action ->
|
||||
request(Req, SIPSock, undefined, Action)
|
||||
end;
|
||||
message_in(ping, _SIPSock) ->
|
||||
pong;
|
||||
message_in(_, _) ->
|
||||
ok.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue