dont timeout w/o ack

Phillip Davis created

Change summary

src/main/java/eu/siacs/conversations/xmpp/jingle/JingleConnectionManager.java | 2 
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/java/eu/siacs/conversations/xmpp/jingle/JingleConnectionManager.java 🔗

@@ -805,7 +805,7 @@ public class JingleConnectionManager extends AbstractConnectionManager {
             // in privacy preserving environments 'propose' is only ACKed when we have presence
             // subscription (to not leak presence). Therefor a timeout is only appropriate for
             // contacts where we can expect the 'ringing' response
-            final boolean triggerTimeout =
+            final boolean triggerTimeout = false &&
                     Config.JINGLE_MESSAGE_INIT_STRICT_DEVICE_TIMEOUT
                             || contact.mutualPresenceSubscription();
             SCHEDULED_EXECUTOR_SERVICE.schedule(