diff --git a/cluster/sql/openfire.sql b/cluster/sql/openfire.sql index b60022e..ee0d05d 100644 --- a/cluster/sql/openfire.sql +++ b/cluster/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; xmpp.socket.ssl.active true 0 \N +log.trace.enabled true 0 \N provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N xmpp.domain xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/cluster_with_federation/sql/clustered/openfire.sql b/cluster_with_federation/sql/clustered/openfire.sql index b60022e..ee0d05d 100644 --- a/cluster_with_federation/sql/clustered/openfire.sql +++ b/cluster_with_federation/sql/clustered/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; xmpp.socket.ssl.active true 0 \N +log.trace.enabled true 0 \N provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N xmpp.domain xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/cluster_with_federation/sql/otherdomain/openfire.sql b/cluster_with_federation/sql/otherdomain/openfire.sql index 5b44ddf..08c3498 100644 --- a/cluster_with_federation/sql/otherdomain/openfire.sql +++ b/cluster_with_federation/sql/otherdomain/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; xmpp.socket.ssl.active true 0 \N +log.trace.enabled true 0 \N provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N xmpp.domain otherxmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/proxy/sql/openfire.sql b/proxy/sql/openfire.sql index e15d648..b3fbabc 100644 --- a/proxy/sql/openfire.sql +++ b/proxy/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; xmpp.socket.ssl.active true 0 \N +log.trace.enabled true 0 \N provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N xmpp.domain xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/simple/sql/openfire.sql b/simple/sql/openfire.sql index e15d648..b3fbabc 100644 --- a/simple/sql/openfire.sql +++ b/simple/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; xmpp.socket.ssl.active true 0 \N +log.trace.enabled true 0 \N provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N xmpp.domain xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N