Set presence-hosts as disabled by default.

This commit is contained in:
markjcrane
2015-10-07 11:52:06 -07:00
parent a6e0d9b701
commit 0d3da4dcbe

View File

@@ -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}"/>
<!-- ************************************************* -->