if (!accountManagement.verifyAccountExists(EntityImpl.parse("user3@vysper.org"))) {
accountManagement.addUser("user3@vysper.org", "password1");
}
XMPPServer server = new XMPPServer("vysper.org");
server.addEndpoint(new TCPEndpoint());
//server.addEndpoint(new StanzaSessionFactory());
server.setStorageProviderRegistry(providerRegistry);
server.setTLSCertificateInfo(new File("../../core/src/main/config/bogus_mina_tls.cert"), "boguspw");