public void onModuleLoad() {
/*
* First, we have to configure the server settings. Normally this is
* done in the html (not in the code)... but this is only an example
*/
Suco.get(Connection.class).setSettings(new BoshSettings("/myProxyURL", "myServerHostName"));
/*
* We get the Session object. The most important object of Emite Core
* module.
*/