return constants;
}
private void initConnection()
{
XmppFactory xmppFactory = JsJacFactory.getInstance();
connection = xmppFactory.createBindingConnection(httpBind, 2000, GWTLoggerOutput.instance);
connection.addEventListener(createEventAdapter());
connection.addPreseceListener(createPresenceListener());
connection.addMessageListener(createMessageListener());
createDebugWindow();
}