Releases: vitalyster/SharpXMPP
Releases · vitalyster/SharpXMPP
0.5.1
0.5.0
Added
- #163:
BookmarkManager
is now available in all the classes derived fromXmppConnection
, includingXmppWebSocketConnection
- #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
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 fromInfoHandler::Handle
NullReferenceException
thrown fromXmppConnection::OnIq
if there were IQ queries without defined handlers- An exception when trying to call
XmppTcpConnection::Dispose
0.3.0
0.2.0
0.1.1
0.1.0
- Support password-protected MUC
- WebSocket support