feat(core): Remove SendPingEvent
This commit is contained in:
parent
2557a2fe5b
commit
85995d51e4
@ -49,9 +49,6 @@ class AuthenticationFailedEvent extends XmppEvent {
|
|||||||
/// Triggered after the SASL authentication has succeeded.
|
/// Triggered after the SASL authentication has succeeded.
|
||||||
class AuthenticationSuccessEvent extends XmppEvent {}
|
class AuthenticationSuccessEvent extends XmppEvent {}
|
||||||
|
|
||||||
/// Triggered when we want to ping the connection open
|
|
||||||
class SendPingEvent extends XmppEvent {}
|
|
||||||
|
|
||||||
/// Triggered when the stream resumption was successful
|
/// Triggered when the stream resumption was successful
|
||||||
class StreamResumedEvent extends XmppEvent {
|
class StreamResumedEvent extends XmppEvent {
|
||||||
StreamResumedEvent({required this.h});
|
StreamResumedEvent({required this.h});
|
||||||
|
Loading…
Reference in New Issue
Block a user