Skip to content

Commit

Permalink
feat(jigasi): allow unique account UID for each entry even if the sam…
Browse files Browse the repository at this point in the history
…e auth is used (#1917)
  • Loading branch information
aaronkvanmeerten authored Sep 26, 2024
1 parent ad2a577 commit 9e17f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jigasi/rootfs/defaults/xmpp-sip-communicator.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ $SERVER := splitn ":" 3 $element }}
{{ $ID := $SERVER._2 | default $index }}
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}=acc-{{ $ID }}
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.ACCOUNT_UID=Jabber:{{ $JIGASI_XMPP_USER }}@{{ $XMPP_AUTH_DOMAIN }}
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.ACCOUNT_UID=Jabber:{{ $JIGASI_XMPP_USER }}@{{ $XMPP_AUTH_DOMAIN }}@{{ $ID }}
net.java.sip.communicator.plugin.reconnectplugin.ATLEAST_ONE_SUCCESSFUL_CONNECTION.Jabber\:{{ $JIGASI_XMPP_USER }}@{{ $XMPP_AUTH_DOMAIN }}=true
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.USER_ID={{ $JIGASI_XMPP_USER }}@{{ $XMPP_AUTH_DOMAIN }}
net.java.sip.communicator.impl.protocol.jabber.acc-{{ $ID }}.IS_SERVER_OVERRIDDEN=true
Expand Down

0 comments on commit 9e17f95

Please sign in to comment.