vsevex / whixp

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

Create Transport Protocol Class #28

Closed vsevex closed 10 months ago

vsevex commented 11 months ago

This class's purpose is to make the work of stanzas with the socket. There can be an io socket or websocket depending on the passed address by the user. Supporting both TLS and non-TLS configurations.

Key Features

Future Work

Subsequent commits will focus on comprehensive documentation and examples for this class to facilitate ease of use and implementation by you. It would be nice to add particular integration and unit tests for this class.