// Uncommenting will execute Smack XML-RPC trace GUI
//XMPPConnection.DEBUG_ENABLED = true;
if (null == connection || requiresReconnect()) {
try {
if (ssl) {
connection = new SSLXMPPConnection(host, port);
} else {
connection = new XMPPConnection(host, port);
}
} catch (XMPPException e) {
LOG.error("Error initializing jabber connection", e);