mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Reply to pings
This commit is contained in:
parent
fdda4d506f
commit
c546ce2439
@ -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…
Reference in New Issue
Block a user