}
}
}
private void createInitialBody(final BoshSettings userSettings) {
this.body = new Packet("body");
body.setAttribute("content", "text/xml; charset=utf-8");
body.setAttribute("xmlns", "http://jabber.org/protocol/httpbind");
body.setAttribute("xmlns:xmpp", "urn:xmpp:xbosh");
body.setAttribute("ver", userSettings.version);
body.setAttribute("xmpp:version", "1.0");