ForNeVeR / CyclopsChat

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

#19: more abstractions from Jabber-Net #25

Closed ForNeVeR closed 2 years ago

ForNeVeR commented 2 years ago

This upgrades the Conference class to use IXmppClient abstractions, and also replaces a bunch of IEntityIdntifier and JID with the new Jid structure.

Only about 100 references to go.