mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix PONG responses (#3515)
Co-authored-by: Frank Diebolt <frank.diebolt@al-enterprise.com>
This commit is contained in:
parent
a51e777c56
commit
2d79a69719
@ -358,7 +358,7 @@ process_frame(#frame_info{unprocessed = none,
|
||||
| Recv],
|
||||
Send};
|
||||
9 -> % Ping
|
||||
Frame = encode_frame(Unprocessed, 10),
|
||||
Frame = encode_frame(Unmasked, 10),
|
||||
{FrameInfo3#frame_info{unmasked_msg = UnmaskedMsg}, [ping | Recv],
|
||||
[Frame | Send]};
|
||||
10 -> % Pong
|
||||
|
Loading…
Reference in New Issue
Block a user