* Options are activated and become effective only after calling this
* method.
*/
public void activateOptions() {
try {
cb = new CyclicBuffer(bufferSize);
// Create a connection to the XMPP server
LogLog.debug("Stablishing connection with XMPP server");
con = new XMPPConnection(InstantMessagingModule.getConnectionConfiguration());
// Most servers require you to login before performing other tasks