File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ org.jitsi.jigasi.xmpp.acc.SERVER_PORT={{ $XMPP_SERVER_ADDRESS._1 | default $XMPP
34
34
org.jitsi.jigasi.xmpp.acc.VIDEO_CALLING_DISABLED =true
35
35
org.jitsi.jigasi.xmpp.acc.JINGLE_NODES_ENABLED =false
36
36
org.jitsi.jigasi.xmpp.acc.AUTO_DISCOVER_STUN =false
37
+ org.jitsi.jigasi.xmpp.acc.USE_DEFAULT_STUN_SERVER =false
37
38
org.jitsi.jigasi.xmpp.acc.IM_DISABLED =true
38
39
org.jitsi.jigasi.xmpp.acc.SERVER_STORED_INFO_DISABLED =true
39
40
org.jitsi.jigasi.xmpp.acc.IS_FILE_TRANSFER_DISABLED =true
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.IS_USE_UPNP=false
39
39
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.IM_DISABLED=true
40
40
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.SERVER_STORED_INFO_DISABLED=true
41
41
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.IS_FILE_TRANSFER_DISABLED=true
42
- net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.USE_DEFAULT_STUN_SERVER=true
42
+ net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.USE_DEFAULT_STUN_SERVER=false
43
43
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.ENCRYPTION_PROTOCOL.DTLS-SRTP=0
44
44
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.ENCRYPTION_PROTOCOL_STATUS.DTLS-SRTP=true
45
45
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.VIDEO_CALLING_DISABLED=true
You can’t perform that action at this time.
0 commit comments