/** * Subscribes all connections with each other: They all become friends * * @throws XMPPException */ protected void letsAllBeFriends() throws XMPPException { ConnectionUtils.letsAllBeFriends(connections); }