private Outbound outbound;
private NonBlockingXMLReader xmlReader = new DefaultNonBlockingXMLReader();
public WebSocketBackedSessionContext(ServerRuntimeContext serverRuntimeContext) {
super(serverRuntimeContext, new SessionStateHolder());
XMPPContentHandler contentHandler = new XMPPContentHandler(new StanzaBuilderFactory());
contentHandler.setListener(this);
try {
// we need to check the jabber:client/jabber:server NS declarations
xmlReader.setFeature(DefaultNonBlockingXMLReader.FEATURE_NAMESPACE_PREFIXES, true);