Git Product home page Git Product logo

moxxmpp's Introduction

moxxmpp

moxxmpp is a XMPP library written purely in Dart for usage in Moxxy.

Packages

This package contains the actual XMPP code that is platform-independent.

Documentation is available here.

moxxmpp_socket_tcp contains the implementation of the BaseSocketWrapper class that implements the RFC6120 connection algorithm and XEP-0368 direct TLS connections, if a DNS implementation is given, and supports StartTLS.

moxxmpp_color

Implementation of XEP-0392.

Development

To begin, use melos to bootstrap the project: melos bootstrap. Then, the example can be run with flutter run on Linux or Android.

To run the example, make sure that Flutter is correctly set up and working. If you use the development shell provided by the NixOS Flake, ensure that ANDROID_HOME and ANDROID_AVD_HOME are pointing to the correct directories.

Examples

This repository contains 2 types of examples:

  • example_flutter: An example of using moxxmpp using Flutter
  • examples_dart: A collection of pure Dart examples for showing different aspects of moxxmpp

For more information, see the respective README files.

License

See ./LICENSE.

Support

If you like what I do and you want to support me, feel free to donate to me on Ko-Fi.

moxxmpp's People

Contributors

bleonard252 avatar ikjot-2605 avatar papatutuwawa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bizdict seoyongl

moxxmpp's Issues

RFC 9266: Channel Bindings for TLS 1.3 support

Can you add the support of RFC 9266: Channel Bindings for TLS 1.3?

Channel Bindings for TLS: https://datatracker.ietf.org/doc/html/rfc5929

Little details, to know easily:

  • tls-unique for TLS =< 1.2
  • tls-server-end-point
  • tls-exporter for TLS = 1.3

I think that you have seen the jabber.ru MITM and Channel Binding is the solution:

Thanks in advance.

Linked to:

SCRAM-SHA-1-PLUS + SCRAM-SHA-256-PLUS + SCRAM-SHA-512-PLUS + SCRAM-SHA3-512(-PLUS) supports

To have compatibility with XMPP Servers and after:

  • SCRAM-SHA-1
  • SCRAM-SHA-256
  • SCRAM-SHA-512

Can you add supports of :

  • SCRAM-SHA-1-PLUS
  • SCRAM-SHA-224
  • SCRAM-SHA-224-PLUS
  • SCRAM-SHA-256-PLUS
  • SCRAM-SHA-384
  • SCRAM-SHA-384-PLUS
  • SCRAM-SHA-512-PLUS
  • SCRAM-SHA3-512
  • SCRAM-SHA3-512-PLUS

"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]".

https://xmpp.org/extensions/inbox/hash-recommendations.html

-PLUS variants:

IMAP:

LDAP:

  • RFC5803: Lightweight Directory Access Protocol (LDAP) Schema for Storing Salted: Challenge Response Authentication Mechanism (SCRAM) Secrets: https://tools.ietf.org/html/rfc5803

HTTP:

2FA:

IANA:

Linked to:

Acknowledgement issues

It seems like its not acknowledging correctly
xmpp settings on ejabberd:

 mod_ping:
    ping_ack_timeout: 30
    ping_interval: 5
    send_pings: true
    timeout_action: none
mod_stream_mgmt:
    resume_timeout: 60
    resend_on_timeout: if_offline
mod_client_state:
    queue_chat_states: true
    queue_pep: true
    queue_presence: true
Log

Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-0012685A26C0801E }
{ platform:macOS, arch:x86_64, id:00008103-0012685A26C0801E }
Connecting to VM Service at ws://127.0.0.1:60367/5fihXSIJbZc=/ws
flutter: [2023-09-29 12:05:56.648304 | XmppConnection | FINEST] Registering org.moxxmpp.streammangementmanager
flutter: [2023-09-29 12:05:56.649073 | XmppConnection | FINEST] Registering org.moxxmpp.discomanager
flutter: [2023-09-29 12:05:56.649254 | XmppConnection | FINEST] Registering org.moxxmpp.rostermanager
flutter: [2023-09-29 12:05:56.649531 | XmppConnection | FINEST] Registering org.moxxmpp.pubsubmanager
flutter: [2023-09-29 12:05:56.649662 | XmppConnection | FINEST] Registering org.moxxmpp.ping
flutter: [2023-09-29 12:05:56.649717 | XmppConnection | FINEST] Registering org.moxxmpp.messagemanager
flutter: [2023-09-29 12:05:56.649841 | XmppConnection | FINEST] Registering org.moxxmpp.presencemanager
flutter: [2023-09-29 12:05:56.650188 | XmppConnection | FINEST] Running post-registration callback for Instance of 'StreamManagementManager'
flutter: [2023-09-29 12:05:56.651272 | XmppConnection | FINEST] Registering im.moxxmpp.core.resource
flutter: [2023-09-29 12:05:56.651530 | XmppConnection | FINEST] Registering im.moxxmpp.core.starttls
flutter: [2023-09-29 12:05:56.651566 | XmppConnection | FINEST] Registering im.moxxmpp.xeps.sm
flutter: [2023-09-29 12:05:56.651596 | XmppConnection | FINEST] Registering im.moxxmpp.xeps.csi
flutter: [2023-09-29 12:05:56.651626 | XmppConnection | FINEST] Registering im.moxxmpp.core.roster
flutter: [2023-09-29 12:05:56.651659 | XmppConnection | FINEST] Registering im.moxxmpp.sasl.plain
flutter: [2023-09-29 12:05:56.651691 | XmppConnection | FINEST] Negotiators registered
flutter: [2023-09-29 12:05:56.652553 | TCPSocketWrapper | WARNING] Failed to close socket since _socket is null
flutter: [2023-09-29 12:05:56.652653 | RandomBackoffReconnectionPolicy | FINEST] Resetting internal state
flutter: [2023-09-29 12:05:56.656777 | XmppConnection | FINEST] Running post-registration callback for Instance of 'DiscoManager'
flutter: [2023-09-29 12:05:56.659897 | XmppConnection | FINEST] Running post-registration callback for Instance of 'RosterManager'
flutter: [2023-09-29 12:05:56.663416 | XmppConnection | FINEST] Running post-registration callback for Instance of 'PubSubManager'
flutter: [2023-09-29 12:05:56.664014 | Instance of 'StreamManagementManager' | FINEST] Stream Management disabled
flutter: [2023-09-29 12:05:56.664097 | XmppConnection | FINEST] Running post-registration callback for Instance of 'PingManager'
flutter: [2023-09-29 12:05:56.664261 | XmppConnection | FINEST] Running post-registration callback for Instance of 'MessageManager'
flutter: [2023-09-29 12:05:56.664479 | XmppConnection | FINEST] Running post-registration callback for Instance of 'PresenceManager'
flutter: [2023-09-29 12:05:56.664909 | XmppConnection | FINEST] Updating _resource to
flutter: [2023-09-29 12:05:56.665 | XmppConnection | INFO] Waiting for okay from connectivityManager
flutter: [2023-09-29 12:05:56.665062 | XmppConnection | INFO] Got okay from connectivityManager
flutter: [2023-09-29 12:05:56.666975 | TCPSocketWrapper | FINEST] Attempting secure connection to xmpp.domain.com:5222...
flutter: [2023-09-29 12:05:57.249957 | TCPSocketWrapper | FINEST] Success!
flutter: [2023-09-29 12:05:57.250346 | RandomBackoffReconnectionPolicy | FINEST] Resetting internal state
flutter: [2023-09-29 12:05:57.250415 | XmppConnection | FINE] Preparing the internal state for a connection attempt
flutter: [2023-09-29 12:05:57.251353 | XmppConnection | FINEST] Updating _connectionState from XmppConnectionState.notConnected to XmppConnectionState.connecting
flutter: [2023-09-29 12:05:57.251492 | XmppConnection | FINEST] Starting connecting timeout timer...
flutter: [2023-09-29 12:05:57.251707 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:05:57.252123 | Instance of 'PingManager' | FINEST] Cancelling timer
flutter: [2023-09-29 12:05:57.252590 | XmppConnection | FINEST] Updating _routingState from RoutingState.preConnection to RoutingState.negotiating
flutter: [2023-09-29 12:05:57.252968 | XmppConnection | FINEST] Resetting stream parser
flutter: [2023-09-29 12:05:57.254420 | XmppConnection | FINEST] ==> <?xml version='1.0'?><stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='xmpp.domain.com' from='[email protected]' xml:lang='en'>
flutter: [2023-09-29 12:05:57.254607 | TCPSocketWrapper | FINEST] ==> <?xml version='1.0'?><stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='xmpp.domain.com' from='[email protected]' xml:lang='en'>
flutter: [2023-09-29 12:05:57.472261 | TCPSocketWrapper | FINEST] <== <?xml version='1.0'?><stream:stream id='11227923926514969607' version='1.0' xml:lang='en' xmlns:stream='http://etherx.jabber.org/streams' to='[email protected]' from='xmpp.domain.com' xmlns='jabber:client'>
flutter: [2023-09-29 12:05:57.480180 | TCPSocketWrapper | FINEST] <== <stream:features><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms><register xmlns='http://jabber.org/features/iq-register'/></stream:features>
flutter: [2023-09-29 12:05:57.488299 | XmppConnection | FINEST] <== <stream:features ><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms><register xmlns='http://jabber.org/features/iq-register' /></stream:features>
flutter: [2023-09-29 12:05:57.508496 | Instance of 'ClientToServerNegotiator' | FINEST] List of matching negotiators: (im.moxxmpp.sasl.plain)
flutter: [2023-09-29 12:06:02.140017 | XmppConnection | FINEST] ==> <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>jwt</auth>
flutter: [2023-09-29 12:06:02.140135 | TCPSocketWrapper | FINEST] ==> <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>jwt</auth>
flutter: [2023-09-29 12:06:02.264027 | TCPSocketWrapper | FINEST] <== <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>
flutter: [2023-09-29 12:06:02.265968 | XmppConnection | FINEST] <== <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl' />
flutter: [2023-09-29 12:06:02.266387 | XmppConnection | FINEST] Resetting stream parser
flutter: [2023-09-29 12:06:02.266520 | XmppConnection | FINEST] ==> <?xml version='1.0'?><stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='xmpp.domain.com' from='[email protected]' xml:lang='en'>
flutter: [2023-09-29 12:06:02.275886 | TCPSocketWrapper | FINEST] ==> <?xml version='1.0'?><stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='xmpp.domain.com' from='[email protected]' xml:lang='en'>
flutter: [2023-09-29 12:06:02.392293 | TCPSocketWrapper | FINEST] <== <?xml version='1.0'?><stream:stream id='14254681564386373436' version='1.0' xml:lang='en' xmlns:stream='http://etherx.jabber.org/streams' to='[email protected]' from='xmpp.domain.com' xmlns='jabber:client'>
flutter: [2023-09-29 12:06:02.404865 | TCPSocketWrapper | FINEST] <== <stream:features><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/><session xmlns='urn:ietf:params:xml:ns:xmpp-session'><optional/></session><c ver='hS+yMT1mtQp+XSo7GHDp/FrHhPQ=' node='http://www.process-one.net/en/ejabberd/' hash='sha-1' xmlns='http://jabber.org/protocol/caps'/><sm xmlns='urn:xmpp:sm:2'/><sm xmlns='urn:xmpp:sm:3'/><ver xmlns='urn:xmpp:features:rosterver'/><csi xmlns='urn:xmpp:csi:0'/></stream:features>
flutter: [2023-09-29 12:06:02.405918 | XmppConnection | FINEST] <== <stream:features ><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind' /><session xmlns='urn:ietf:params:xml:ns:xmpp-session'><optional  /></session><c ver='hS+yMT1mtQp+XSo7GHDp/FrHhPQ=' node='http://www.process-one.net/en/ejabberd/' hash='sha-1' xmlns='http://jabber.org/protocol/caps' /><sm xmlns='urn:xmpp:sm:2' /><sm xmlns='urn:xmpp:sm:3' /><ver xmlns='urn:xmpp:features:rosterver' /><csi xmlns='urn:xmpp:csi:0' /></stream:features>
flutter: [2023-09-29 12:06:02.406456 | Instance of 'ClientToServerNegotiator' | FINEST] List of matching negotiators: (im.moxxmpp.xeps.csi, im.moxxmpp.core.roster, im.moxxmpp.core.resource)
flutter: [2023-09-29 12:06:02.407239 | Instance of 'ClientToServerNegotiator' | FINEST] List of matching negotiators: (im.moxxmpp.core.roster, im.moxxmpp.core.resource)
flutter: [2023-09-29 12:06:02.407293 | Instance of 'ClientToServerNegotiator' | FINEST] Chose im.moxxmpp.core.roster as next negotiator
flutter: [2023-09-29 12:06:02.407415 | Instance of 'ClientToServerNegotiator' | FINEST] List of matching negotiators: (im.moxxmpp.core.resource)
flutter: [2023-09-29 12:06:02.407446 | Instance of 'ClientToServerNegotiator' | FINEST] Chose im.moxxmpp.core.resource as next negotiator
flutter: [2023-09-29 12:06:02.408849 | XmppConnection | FINEST] ==> <iq xmlns='jabber:client' type='set' id='d3283282-cffb-414b-8e49-9acd1c937287'><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind' /></iq>
flutter: [2023-09-29 12:06:02.408901 | TCPSocketWrapper | FINEST] ==> <iq xmlns='jabber:client' type='set' id='d3283282-cffb-414b-8e49-9acd1c937287'><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind' /></iq>
flutter: [2023-09-29 12:06:02.515128 | TCPSocketWrapper | FINEST] <== <iq type='result' id='d3283282-cffb-414b-8e49-9acd1c937287'><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'><jid>[email protected]/57009038802264646071362</jid></bind></iq>
flutter: [2023-09-29 12:06:02.515707 | XmppConnection | FINEST] <== <iq type='result' id='d3283282-cffb-414b-8e49-9acd1c937287'><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'><jid>[email protected]/57009038802264646071362</jid></bind></iq>
flutter: [2023-09-29 12:06:02.516057 | XmppConnection | FINEST] Updating _resource to 57009038802264646071362
flutter: [2023-09-29 12:06:02.516290 | Instance of 'ClientToServerNegotiator' | FINEST] List of matching negotiators: (im.moxxmpp.xeps.sm)
flutter: [2023-09-29 12:06:02.516329 | Instance of 'ClientToServerNegotiator' | FINEST] Chose im.moxxmpp.xeps.sm as next negotiator
flutter: [2023-09-29 12:06:02.516801 | StreamManagementNegotiator | FINEST] Attempting to enable stream management
flutter: [2023-09-29 12:06:02.516907 | XmppConnection | FINEST] ==> <enable xmlns='urn:xmpp:sm:3' resume='true' />
flutter: [2023-09-29 12:06:02.516935 | TCPSocketWrapper | FINEST] ==> <enable xmlns='urn:xmpp:sm:3' resume='true' />
flutter: [2023-09-29 12:06:02.623583 | TCPSocketWrapper | FINEST] <== <enabled resume='true' max='60' id='g2gCbQAAABc1NzAwOTAzODgwMjI2NDY0NjA3MTM2Mm0AAAAIDudxeU+NFgE=' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:02.624089 | XmppConnection | FINEST] <== <enabled resume='true' max='60' id='g2gCbQAAABc1NzAwOTAzODgwMjI2NDY0NjA3MTM2Mm0AAAAIDudxeU+NFgE=' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:02.624175 | StreamManagementNegotiator | FINEST] Stream Management enabled
flutter: [2023-09-29 12:06:02.624683 | StreamManagementNegotiator | INFO] Stream Resumption available
flutter: [2023-09-29 12:06:02.624940 | Instance of 'StreamManagementManager' | FINEST] Stream Management enabled
flutter: [2023-09-29 12:06:02.625445 | Instance of 'ClientToServerNegotiator' | FINEST] Negotiations done!
flutter: [2023-09-29 12:06:02.625663 | XmppConnection | FINEST] Updating _routingState from RoutingState.negotiating to RoutingState.handleStanzas
flutter: [2023-09-29 12:06:02.627892 | XmppConnection | FINEST] Updating _connectionState from XmppConnectionState.connecting to XmppConnectionState.connected
flutter: [2023-09-29 12:06:02.627966 | XmppConnection | FINEST] Destroying connecting timeout timer...
flutter: [2023-09-29 12:06:02.628514 | Instance of 'PingManager' | FINEST] Scheduling new timer? false
flutter: [2023-09-29 12:06:02.629932 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:02.630462 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:02.630600 | XmppConnection | FINEST] ==> <presence xmlns='jabber:client'><show>chat</show></presence>
flutter: [2023-09-29 12:06:02.630684 | TCPSocketWrapper | FINEST] ==> <presence xmlns='jabber:client'><show>chat</show></presence>
flutter: [2023-09-29 12:06:02.630758 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:02.631578 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:02.631697 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:02.631795 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:02.631985 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:02.632214 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:02.632345 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:02.632529 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:02.632637 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:02.632763 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:02.632792 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:02.632852 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:02.632929 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:02.760508 | TCPSocketWrapper | FINEST] <== <a h='1' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:02.761376 | XmppConnection | FINEST] <== <a h='1' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:02.762895 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:02.763167 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(1 - 1, 0)
flutter: [2023-09-29 12:06:02.763212 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:02.763277 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:02.763356 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:02.763682 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:02.763773 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 1, h 1
flutter: [2023-09-29 12:06:02.763806 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 1
flutter: [2023-09-29 12:06:02.763899 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: [2023-09-29 12:06:02.775422 | TCPSocketWrapper | FINEST] <== <presence xml:lang='en' to='[email protected]/57009038802264646071362' from='[email protected]/57009038802264646071362'><x xmlns='vcard-temp:x:update'/><show>chat</show></presence>
flutter: [2023-09-29 12:06:02.776644 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:02.776791 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:02.776871 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:02.776965 | XmppConnection | FINEST] <== <presence xml:lang='en' to='[email protected]/57009038802264646071362' from='[email protected]/57009038802264646071362'><x xmlns='vcard-temp:x:update' /><show>chat</show></presence>
flutter: [2023-09-29 12:06:02.778446 | Instance of 'PresenceManager' | FINEST] Received presence from '[email protected]/57009038802264646071362'
flutter: [2023-09-29 12:06:02.781055 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:02.781372 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:02.781629 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:02.781914 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='1' />
flutter: [2023-09-29 12:06:02.781945 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='1' />
flutter: [2023-09-29 12:06:07.817078 | TCPSocketWrapper | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695981997726-9429833063263931007-ND2yCtCKEo45tfAfkmuU2CWPxlk=-55238004'><ping xmlns='urn:xmpp:ping'/></iq>
flutter: [2023-09-29 12:06:07.818293 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:07.818407 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:07.818515 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:07.818661 | XmppConnection | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695981997726-9429833063263931007-ND2yCtCKEo45tfAfkmuU2CWPxlk=-55238004'><ping xmlns='urn:xmpp:ping' /></iq>
flutter: [2023-09-29 12:06:07.819946 | XmppConnection | WARNING] Returning error for unhandled stanza iq
flutter: [2023-09-29 12:06:07.821021 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:07.821142 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:07.821245 | XmppConnection | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695981997726-9429833063263931007-ND2yCtCKEo45tfAfkmuU2CWPxlk=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:07.821342 | TCPSocketWrapper | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695981997726-9429833063263931007-ND2yCtCKEo45tfAfkmuU2CWPxlk=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:07.821463 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:07.821552 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:07.821606 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:07.821660 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:07.821768 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:07.822044 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:07.822208 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:07.822360 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:07.822446 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:07.822538 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:07.822590 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:07.822671 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:07.822748 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:07.824447 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:07.825456 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:07.825645 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:07.825764 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='2' />
flutter: [2023-09-29 12:06:07.825817 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='2' />
flutter: [2023-09-29 12:06:07.933875 | TCPSocketWrapper | FINEST] <== <a h='2' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:07.934259 | XmppConnection | FINEST] <== <a h='2' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:07.934330 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:07.934377 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(2 - 2, 0)
flutter: [2023-09-29 12:06:07.934403 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:07.934430 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:07.934468 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:07.934491 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:07.934520 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 2, h 2
flutter: [2023-09-29 12:06:07.934544 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 2
flutter: [2023-09-29 12:06:07.934568 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: [2023-09-29 12:06:13.042447 | TCPSocketWrapper | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982002920-1833143215541892087-ggvW9lD++gSsWTvWNR/c3G5fyYs=-55238004'><ping xmlns='urn:xmpp:ping'/></iq>
flutter: [2023-09-29 12:06:13.043577 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:13.043699 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:13.043922 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:13.044108 | XmppConnection | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982002920-1833143215541892087-ggvW9lD++gSsWTvWNR/c3G5fyYs=-55238004'><ping xmlns='urn:xmpp:ping' /></iq>
flutter: [2023-09-29 12:06:13.044344 | XmppConnection | WARNING] Returning error for unhandled stanza iq
flutter: [2023-09-29 12:06:13.044524 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:13.044624 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:13.044720 | XmppConnection | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982002920-1833143215541892087-ggvW9lD++gSsWTvWNR/c3G5fyYs=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:13.044816 | TCPSocketWrapper | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982002920-1833143215541892087-ggvW9lD++gSsWTvWNR/c3G5fyYs=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:13.045041 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:13.045247 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:13.045351 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:13.045502 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:13.045701 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:13.045841 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:13.045926 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:13.046002 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:13.046109 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:13.046236 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:13.046319 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:13.046448 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:13.046561 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:13.047370 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:13.048067 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:13.048188 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:13.048282 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='3' />
flutter: [2023-09-29 12:06:13.048350 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='3' />
flutter: [2023-09-29 12:06:13.159454 | TCPSocketWrapper | FINEST] <== <a h='3' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:13.159989 | XmppConnection | FINEST] <== <a h='3' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:13.160110 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:13.160181 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(3 - 3, 0)
flutter: [2023-09-29 12:06:13.160352 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:13.160442 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:13.160533 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:13.160587 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:13.160646 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 3, h 3
flutter: [2023-09-29 12:06:13.160691 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 3
flutter: [2023-09-29 12:06:13.160737 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: [2023-09-29 12:06:18.260535 | TCPSocketWrapper | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982008141-3972791835089018615-mH4+a/5FutNCRfyZ1UcQ+JHK6LU=-55238004'><ping xmlns='urn:xmpp:ping'/></iq>
flutter: [2023-09-29 12:06:18.261780 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:18.262373 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:18.262559 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:18.262817 | XmppConnection | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982008141-3972791835089018615-mH4+a/5FutNCRfyZ1UcQ+JHK6LU=-55238004'><ping xmlns='urn:xmpp:ping' /></iq>
flutter: [2023-09-29 12:06:18.263112 | XmppConnection | WARNING] Returning error for unhandled stanza iq
flutter: [2023-09-29 12:06:18.263530 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:18.263667 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:18.263779 | XmppConnection | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982008141-3972791835089018615-mH4+a/5FutNCRfyZ1UcQ+JHK6LU=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:18.263902 | TCPSocketWrapper | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982008141-3972791835089018615-mH4+a/5FutNCRfyZ1UcQ+JHK6LU=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:18.264109 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:18.264200 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:18.264266 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:18.264415 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:18.264760 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:18.265086 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:18.265279 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:18.265349 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:18.265434 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:18.265529 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:18.265588 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:18.265874 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:18.266100 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:18.266696 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:18.267290 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:18.267405 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:18.267504 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='4' />
flutter: [2023-09-29 12:06:18.267566 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='4' />
flutter: [2023-09-29 12:06:18.478648 | TCPSocketWrapper | FINEST] <== <a h='4' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:18.479426 | XmppConnection | FINEST] <== <a h='4' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:18.479601 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:18.479696 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(4 - 4, 0)
flutter: [2023-09-29 12:06:18.479776 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:18.479848 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:18.479945 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:18.480010 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:18.480097 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 4, h 4
flutter: [2023-09-29 12:06:18.480158 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 4
flutter: [2023-09-29 12:06:18.480296 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: [2023-09-29 12:06:23.484285 | TCPSocketWrapper | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982013460-18214071425977255837-iUTCA69hvImkIXX3iVJSP3s4/FY=-55238004'><ping xmlns='urn:xmpp:ping'/></iq>
flutter: [2023-09-29 12:06:23.485787 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:23.485951 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:23.486095 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:23.486279 | XmppConnection | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982013460-18214071425977255837-iUTCA69hvImkIXX3iVJSP3s4/FY=-55238004'><ping xmlns='urn:xmpp:ping' /></iq>
flutter: [2023-09-29 12:06:23.487271 | XmppConnection | WARNING] Returning error for unhandled stanza iq
flutter: [2023-09-29 12:06:23.487612 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:23.487746 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:23.487869 | XmppConnection | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982013460-18214071425977255837-iUTCA69hvImkIXX3iVJSP3s4/FY=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:23.488105 | TCPSocketWrapper | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982013460-18214071425977255837-iUTCA69hvImkIXX3iVJSP3s4/FY=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:23.488520 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:23.488666 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:23.488785 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:23.488872 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:23.489033 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:23.489189 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:23.489259 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:23.489330 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:23.489433 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:23.489529 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:23.489590 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:23.489691 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:23.489794 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:23.493048 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:23.493987 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:23.494127 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:23.494229 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='5' />
flutter: [2023-09-29 12:06:23.494308 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='5' />
flutter: [2023-09-29 12:06:23.605310 | TCPSocketWrapper | FINEST] <== <a h='5' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:23.606749 | XmppConnection | FINEST] <== <a h='5' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:23.606873 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:23.606922 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(5 - 5, 0)
flutter: [2023-09-29 12:06:23.606955 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:23.606998 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:23.607046 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:23.607082 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:23.607118 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 5, h 5
flutter: [2023-09-29 12:06:23.607144 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 5
flutter: [2023-09-29 12:06:23.607176 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: [2023-09-29 12:06:28.706270 | TCPSocketWrapper | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982018583-6551501632306045505-0FbfI2mgMEU3gY/a1OhdpM/22Fo=-55238004'><ping xmlns='urn:xmpp:ping'/></iq>
flutter: [2023-09-29 12:06:28.707722 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Waiting to aquire lock...
flutter: [2023-09-29 12:06:28.707885 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Done
flutter: [2023-09-29 12:06:28.708016 | Instance of 'StreamManagementManager' | FINE] _incrementS2C: Releasing lock...
flutter: [2023-09-29 12:06:28.708160 | XmppConnection | FINEST] <== <iq to='[email protected]/57009038802264646071362' from='xmpp.domain.com' type='get' id='rr-1695982018583-6551501632306045505-0FbfI2mgMEU3gY/a1OhdpM/22Fo=-55238004'><ping xmlns='urn:xmpp:ping' /></iq>
flutter: [2023-09-29 12:06:28.708431 | XmppConnection | WARNING] Returning error for unhandled stanza iq
flutter: [2023-09-29 12:06:28.708646 | XmppConnection | FINE] Running pre stanza handlers..
flutter: [2023-09-29 12:06:28.708808 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:28.708924 | XmppConnection | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982018583-6551501632306045505-0FbfI2mgMEU3gY/a1OhdpM/22Fo=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:28.709035 | TCPSocketWrapper | FINEST] ==> <iq to='xmpp.domain.com' from='[email protected]/57009038802264646071362' type='error' id='rr-1695982018583-6551501632306045505-0FbfI2mgMEU3gY/a1OhdpM/22Fo=-55238004' xmlns='jabber:client'><error type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas' /></error></iq>
flutter: [2023-09-29 12:06:28.709309 | XmppConnection | FINE] Running post stanza handlers..
flutter: [2023-09-29 12:06:28.709472 | Instance of 'StreamManagementManager' | FINEST] Should count stanza: null
flutter: [2023-09-29 12:06:28.709523 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Waiting to aquire lock...
flutter: [2023-09-29 12:06:28.709576 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Done
flutter: [2023-09-29 12:06:28.709659 | Instance of 'StreamManagementManager' | FINE] _incrementC2S: Releasing lock...
flutter: [2023-09-29 12:06:28.709735 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Waiting to acquire lock...
flutter: [2023-09-29 12:06:28.709785 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Done...
flutter: [2023-09-29 12:06:28.709837 | Instance of 'StreamManagementManager' | FINE] Starting ack timer
flutter: [2023-09-29 12:06:28.709915 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 1 (caused by <r/>)
flutter: [2023-09-29 12:06:28.710 | XmppConnection | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:28.710044 | TCPSocketWrapper | FINEST] ==> <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:28.710125 | Instance of 'StreamManagementManager' | FINE] _sendAckRequest: Releasing lock...
flutter: [2023-09-29 12:06:28.710188 | XmppConnection | FINE] Done
flutter: [2023-09-29 12:06:28.710546 | TCPSocketWrapper | FINEST] <== <r xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:28.711285 | XmppConnection | FINEST] <== <r xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:28.711398 | Instance of 'StreamManagementManager' | FINEST] Sending ack response
flutter: [2023-09-29 12:06:28.711473 | XmppConnection | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='6' />
flutter: [2023-09-29 12:06:28.711524 | TCPSocketWrapper | FINEST] ==> <a xmlns='urn:xmpp:sm:3' h='6' />
flutter: [2023-09-29 12:06:28.821340 | TCPSocketWrapper | FINEST] <== <a h='6' xmlns='urn:xmpp:sm:3'/>
flutter: [2023-09-29 12:06:28.821818 | XmppConnection | FINEST] <== <a h='6' xmlns='urn:xmpp:sm:3' />
flutter: [2023-09-29 12:06:28.821910 | Instance of 'StreamManagementManager' | FINEST] Received ack
flutter: [2023-09-29 12:06:28.821967 | Instance of 'StreamManagementManager' | FINEST] Setting _pendingAcks to 0 (was 1 before): max(6 - 6, 0)
flutter: [2023-09-29 12:06:28.821995 | Instance of 'StreamManagementManager' | FINE] Stopping ack timer
flutter: [2023-09-29 12:06:28.822032 | Instance of 'StreamManagementManager' | FINE] _pendingAcks is now at 0 (caused by <a/>)
flutter: [2023-09-29 12:06:28.822075 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Waiting to aquire lock...
flutter: [2023-09-29 12:06:28.822102 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Done...
flutter: [2023-09-29 12:06:28.822136 | Instance of 'StreamManagementManager' | FINEST] Unacked stanza: height 6, h 6
flutter: [2023-09-29 12:06:28.822161 | Instance of 'StreamManagementManager' | FINEST] Removing stanza with height 6
flutter: [2023-09-29 12:06:28.822189 | Instance of 'StreamManagementManager' | FINE] _handleAckResponse: Releasing lock...
flutter: state = AppLifecycleState.inactive
Application finished.
Exited

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.