Java 类org.jivesoftware.smack.util.ConnectionUtils 实例源码

项目:Smack    文件:SmackTestCase.java   
/**
 * Subscribes all connections with each other: They all become friends
 * 
 * @throws XMPPException
 */
protected void letsAllBeFriends() throws XMPPException {
    ConnectionUtils.letsAllBeFriends(connections);
}
项目:java-bells    文件:SmackTestCase.java   
/**
 * Subscribes all connections with each other: They all become friends
 * 
 * @throws XMPPException
 */
protected void letsAllBeFriends() throws XMPPException {
    ConnectionUtils.letsAllBeFriends(connections);
}