Skip to content

Releases: vitalyster/SharpXMPP

0.5.1

26 Jul 18:55
Compare
Choose a tag to compare

Fixed

  • #169: Nick setter in BookmarkedConference was using an attribute instead of a nested element

0.5.0

20 Jul 20:19
Compare
Choose a tag to compare

Added

  • #163: BookmarkManager is now available in all the classes derived from XmppConnection, including XmppWebSocketConnection
  • #164: it's now possible to subscribe to XmppConnection::ConnectionClosed
  • #164: a new XmppConnection::Disconnect method to temporarily disconnect shut down the connection without disposing it
  • #166: BookmarkedConference::Nick now has a setter

0.4.0

07 May 04:18
Compare
Choose a tag to compare

Changed

  • #71: add DNS server detection for Android, remove hardcoded server
  • Get rid of .NET Framework 4.5.1 support, only 4.8 is supported from now
  • WebSockets: use HTTP Lookup method for XMPP Websocket URI instead of a DNS-based one

Fixed

  • #155: NullReferenceException thrown from InfoHandler::Handle
  • NullReferenceException thrown from XmppConnection::OnIq if there were IQ queries without defined handlers
  • An exception when trying to call XmppTcpConnection::Dispose

0.3.0

25 Sep 15:16
fa5efae
Compare
Choose a tag to compare

Added

  • Separate build for .NET 5

Fixed

  • Real cancellation for XmppConnection::ConnectAsync (including derived classes)

0.2.0

04 Oct 16:07
Compare
Choose a tag to compare
  • Allow to override IQ handlers

0.1.1

24 Sep 16:32
Compare
Choose a tag to compare
  • Bring back handmade DNS resolver for SRV records (fixes crashes on Xamarin)

0.1.0

07 Sep 07:17
Compare
Choose a tag to compare
  • Support password-protected MUC
  • WebSocket support