Set presence-hosts as disabled by default.
This commit is contained in:
parent
a6e0d9b701
commit
0d3da4dcbe
|
|
@ -150,7 +150,7 @@
|
|||
<!-- used to share presence info across sofia profiles -->
|
||||
<!-- Name of the db to use for this profile -->
|
||||
<param name="dbname" value="share_presence" enabled="false"/>
|
||||
<param name="presence-hosts" value="$${domain},$${local_ip_v4}"/>
|
||||
<param name="presence-hosts" value="$${domain},$${local_ip_v4}" enabled="false"/>
|
||||
<param name="presence-privacy" value="$${presence_privacy}"/>
|
||||
<!-- ************************************************* -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue