For load testing openfire with websocket connections using tsung script we are able to make the websocket connections but we are not able to make sessions at openfire.
As mentioned in http://tsung.erlang-projects.org/user_manual/conf-options.html#websocket-options we have made following additions in options tag in tcp tsung script with multiple phases
<option name="websocket_path" value="/ws"/>
<option name="websocket_frame" value="text"/>
<option name="websocket_subprotocols" value="xmpp"/>
Do we need any other changes or additions for load testing openfire with websocket connections?