25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00

Revert "ApplePush : previous merge missed timeout handler in c2s."

This reverts commit 40625b29f2.
This commit is contained in:
Alexey Shchepin 2010-10-19 13:52:46 +03:00
parent 8d69d4aaba
commit 59135cac6f

View File

@ -1192,12 +1192,6 @@ handle_event({del_rosteritem, IJID}, StateName, StateData) ->
NewStateData = roster_change(IJID, none, StateData),
fsm_next_state(StateName, NewStateData);
handle_event({xmlstreamcdata, _}, StateName, StateData) ->
?DEBUG("cdata ping", []),
NSD1 = change_reception(StateData, true),
NSD2 = start_keepalive_timer(NSD1),
fsm_next_state(StateName, NSD2);
handle_event(_Event, StateName, StateData) ->
fsm_next_state(StateName, StateData).