Hi guys!
I'm workign with websocket-openfire-plugin and it working very fine.
My quiestion could be some complex, but I need do it.
Question:
The WebSocket Plugin runs a jetty 7 websocket server...
I'm working with jetty 9 ( in other machine where we have more applications) and we need get this websocket server and run it in jetty 9 (outside Openfire, without be a plugin, but as a different service) ...I'm analyzing the webSocket Server and I get this:
I need run this websocket Server in a jetty 9 server , without using the WebSocket plugin. (I don't undestand very well the code, because it uses openfire.jar API funcionalities)
Is this possible?
Thanks in advance!!!!