Open eugeniumegherea opened 6 years ago
@eugeniumegherea :- How to use strophejs-plugin-stream-management plugin in reactjs ? Can you please provide steps ?
_originalXMLOutput
I am having the same issue. It will be very helpful if share your solution. Thanks
Hi, I am using react and strophe. Strophe always available as a global object( window obect ). So What you can do is
Tried to implement message delivery ack requests and every time,
requestAcknowledgement
function was throwing error from line 230.Upon investigating found out that
xmlOutput
function seems to not handle properly element tag name detection. Because of that,_unacknowledgedStanzas
array is always emptyAs a workaround, I wrapped initial elem in another HTMLElement and it seems to be working that way. Is this the intended way or am I missing something?