-
-
Notifications
You must be signed in to change notification settings - Fork 17
Error code 11 : CONNECTION_TIMEOUT #129
Comments
There should already be a reconnection timer in place, that should kick in after 5 seconds. |
|
|
Thanks. <iq id='idle-check' type='get' from='domain.com'>
<ping xmlns='urn:xmpp:ping'/>
</iq>
<stream:error>
<connection-timeout xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
</stream:error>
</stream:stream> Your server tries to ping UWPX and UWPX does not respond to that. |
Could it be, that you disabled access for UWPX to access your local files? |
@COM8, thanks for looking into this. I have disabled the XEP-199 for testing purposes and indeed it seems it fixed the problem. |
Glad to hear. |
e711222 adds support for XEP-0199: XMPP Ping. |
I can confirm, that this has been resolved by v0.26.2.0. Thank you! |
Bevor you create a new issue:
I'm submitting a...:
Current behavior:
Expected behavior:
I guess the UWPX Alpha Client should not get disconnected by a Time out as I do not have this issue with any other client connected to the server hence I am assuming it's not a server issue?
Minimal reproduction of the problem with instructions:
On Server side I am using Prosody 0.11.2 and both server and client are in the same local network.
XEP-0163 is enabled
XEP-0198 is enabled
XEP-0237 is enabled
XEP-0280 is enabled
XEP-0313 is enabled
XEP-0352 is enabled
XEP-0363 is enabled
Environment:
The text was updated successfully, but these errors were encountered: