Is stream management supported in xmpp.js/client library for websocket connections?

Hello, I’m implementing a react native application and using xmpp.js/client to establish a connection to openfire server using websocket connection, the question is does the openfire server allows stream management and sending/receiving ack through a websocket connection ?

I’ve used the third party Converse client (using our inVerse plugin) to test Openfire Stream Management functionality (using Openfire 4.8.0-beta), when using websockets.

I see r and a elements being exchanged as expected. That’s a strong indication that Openfire does offer this functionality on websockets.

I’m not sure if the xmpp.js project offers support. That’s a question to be asked to their community, I think.