标签:
ConnectionConfiguration config;
config = new ConnectionConfiguration(serverName, 5222);
connection = new XMPPConnection(config);
connection.connect();
final AccountManager accountManager = new AccountManager(connection);
accountManager.createAccount(getUsername(), getPassword());
标签:
原文地址:http://www.cnblogs.com/feimeng0530/p/4742811.html