Module sends error type="cancel" <service-unavailable> after receiving content jingle from Xmpp server. #881
Replies: 2 comments 2 replies
-
Please share complete logs with https://github.com/xmppjs/xmpp.js/tree/master/packages/debug (feel free to redact sensitive or verbose data). It doesn't look like it's related to xmpp.js though... |
Beta Was this translation helpful? Give feedback.
-
Hi, these are the logs we get when we run the xmpp code, after going online, we send our presence and receive the relevant data from our xmpp server (prosody)
As you can see the last OUT : is not our code, it happens as soon as we receive audio/video related data from our server, after this is sent we do not hear anything from our server and we are disconnected a few minutes later. Please help us debug this, we have no idea why the error is even sent out to our server. Thank you in Advance! |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are trying to connect to our prosody server to fetch audio content for recording, after sending the presence we receive a jingle containing the xml for the audio content. The module then sends the following immediately after:
Once this is sent, we get disconnected from the server in 2 minutes. Why is this sent? How can we keep our connection to the server alive?
Beta Was this translation helpful? Give feedback.
All reactions