25
1
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:
Evgeniy Khramtsov 2014-06-03 21:18:02 +04:00
parent fdda4d506f
commit c546ce2439

View File

@ -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.