vsevex / whixp

Lightweight XMPP client, purely written in Dart.
MIT License
11 stars 3 forks source link

Proper messaging and Message Handling #40

Closed vsevex closed 8 months ago

vsevex commented 8 months ago

Implements a robust message handling (IM) solution over the protocol. It addresses various stanza matching issues encountered during communication, ensuring accurate message exchange.

Previously identified issues with stanza matching have bene resolved, guaranteeing correct message interpretation.

Provided basic example that demonstrates the processes of registration, presence information exchange and sending message to the roster user afterwards. Can be found under example folder in the repository.