mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-11 10:09:38 +02:00
Replaced #getHost with #getServiceName. SMACK-75
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2729 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
42fd837376
commit
991e958097
6 changed files with 20 additions and 14 deletions
|
@ -107,7 +107,7 @@ public class MessageTest extends SmackTestCase {
|
|||
// Try now sending huge messages over an SSL connection
|
||||
XMPPConnection conn = null;
|
||||
try {
|
||||
conn = new SSLXMPPConnection(getHost());
|
||||
conn = new SSLXMPPConnection(getServiceName());
|
||||
conn.login(getUsername(0), getUsername(0), "Other resource");
|
||||
|
||||
// Send the first message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue