Subject: Trying to connect via 5222 and failing while using IPv6?
Hi Alex,
I am running into another problem. Users that have IPv6 activated on their Windows machines run into the following Exception while connecting to Google Talk from time to time.
I am asking myself whether setting the port explicitly like follows may cause this?
Shouldn't the port be in hexadecimal for IPv6? In the exception above it is logged as decimal.
I am running into another problem. Users that have IPv6 activated on their Windows machines run into the following Exception while connecting to Google Talk from time to time.
[09:42:14.000 D] [ Sharp Messenger] Messaging socket error 'System.Net.Sockets.SocketException (0x80004005): Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte [2404:6800:4008:c02::7d]:5222
bei System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
bei agsXMPP.Net.ClientSocket.EndConnect(IAsyncResult ar) in c:\Users\<user>\Desktop\HB\Plugins\Sharp Messenger\agsXMPP\Net\ClientSocket.cs:Zeile 241.'.
bei System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
bei agsXMPP.Net.ClientSocket.EndConnect(IAsyncResult ar) in c:\Users\<user>\Desktop\HB\Plugins\Sharp Messenger\agsXMPP\Net\ClientSocket.cs:Zeile 241.'.
I am asking myself whether setting the port explicitly like follows may cause this?
xmppConnection.Port = 5222;
Shouldn't the port be in hexadecimal for IPv6? In the exception above it is logged as decimal.