ForNeVeR / CyclopsChat

WPF-based XMPP chat application.
MIT License
21 stars 5 forks source link

Introduce XMPP abstraction #16

Closed ForNeVeR closed 2 years ago

ForNeVeR commented 2 years ago

As a first step towards #9, this adds a new IXmppClient abstraction and implements it for JabberClient.

This new abstraction was only used in the Cyclops.Console project, yet.