mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1844 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
044e9cf71c
commit
6fce8ec9f0
2 changed files with 24 additions and 11 deletions
|
@ -89,7 +89,7 @@ public class SSLXMPPConnection extends XMPPConnection {
|
|||
throw new XMPPException("Could not connect to " + host + ":" + port + ".", uhe);
|
||||
}
|
||||
catch (IOException ioe) {
|
||||
throw new XMPPException("Error connecting to " + host + ":" + port + ".", ioe);
|
||||
throw new XMPPException("XMPPError connecting to " + host + ":" + port + ".", ioe);
|
||||
}
|
||||
super.init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue