feat(core): Remove SendPingEvent

This commit is contained in:
PapaTutuWawa 2023-03-29 17:17:50 +02:00
parent 2557a2fe5b
commit 85995d51e4

View File

@ -49,9 +49,6 @@ class AuthenticationFailedEvent extends XmppEvent {
/// Triggered after the SASL authentication has succeeded.
class AuthenticationSuccessEvent extends XmppEvent {}
/// Triggered when we want to ping the connection open
class SendPingEvent extends XmppEvent {}
/// Triggered when the stream resumption was successful
class StreamResumedEvent extends XmppEvent {
StreamResumedEvent({required this.h});