From 0615e136e53fad82e67697aa5830637eecfdb513 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Fri, 3 Sep 2021 18:19:01 +0100 Subject: [PATCH] Remove unnecessary Openfire config files --- xmpp/clustered/1/conf/available-plugins.xml | 55 --------------------- xmpp/clustered/1/conf/crowd.properties | 42 ---------------- xmpp/clustered/1/conf/openfire-demoboot.xml | 54 -------------------- xmpp/clustered/1/conf/server-update.xml | 2 - xmpp/clustered/2/conf/available-plugins.xml | 55 --------------------- xmpp/clustered/2/conf/crowd.properties | 42 ---------------- xmpp/clustered/2/conf/openfire-demoboot.xml | 54 -------------------- xmpp/clustered/2/conf/server-update.xml | 2 - xmpp/clustered/3/conf/available-plugins.xml | 55 --------------------- xmpp/clustered/3/conf/crowd.properties | 42 ---------------- xmpp/clustered/3/conf/openfire-demoboot.xml | 54 -------------------- xmpp/clustered/3/conf/server-update.xml | 2 - xmpp/federated/1/conf/available-plugins.xml | 53 -------------------- xmpp/federated/1/conf/crowd.properties | 42 ---------------- xmpp/federated/1/conf/openfire-demoboot.xml | 28 ----------- xmpp/federated/1/conf/server-update.xml | 2 - xmpp/federated/2/conf/available-plugins.xml | 53 -------------------- xmpp/federated/2/conf/crowd.properties | 42 ---------------- xmpp/federated/2/conf/openfire-demoboot.xml | 28 ----------- xmpp/federated/2/conf/server-update.xml | 2 - 20 files changed, 709 deletions(-) delete mode 100644 xmpp/clustered/1/conf/available-plugins.xml delete mode 100644 xmpp/clustered/1/conf/crowd.properties delete mode 100644 xmpp/clustered/1/conf/openfire-demoboot.xml delete mode 100644 xmpp/clustered/1/conf/server-update.xml delete mode 100644 xmpp/clustered/2/conf/available-plugins.xml delete mode 100644 xmpp/clustered/2/conf/crowd.properties delete mode 100644 xmpp/clustered/2/conf/openfire-demoboot.xml delete mode 100644 xmpp/clustered/2/conf/server-update.xml delete mode 100644 xmpp/clustered/3/conf/available-plugins.xml delete mode 100644 xmpp/clustered/3/conf/crowd.properties delete mode 100644 xmpp/clustered/3/conf/openfire-demoboot.xml delete mode 100644 xmpp/clustered/3/conf/server-update.xml delete mode 100644 xmpp/federated/1/conf/available-plugins.xml delete mode 100644 xmpp/federated/1/conf/crowd.properties delete mode 100644 xmpp/federated/1/conf/openfire-demoboot.xml delete mode 100644 xmpp/federated/1/conf/server-update.xml delete mode 100644 xmpp/federated/2/conf/available-plugins.xml delete mode 100644 xmpp/federated/2/conf/crowd.properties delete mode 100644 xmpp/federated/2/conf/openfire-demoboot.xml delete mode 100644 xmpp/federated/2/conf/server-update.xml diff --git a/xmpp/clustered/1/conf/available-plugins.xml b/xmpp/clustered/1/conf/available-plugins.xml deleted file mode 100644 index 2c9650a..0000000 --- a/xmpp/clustered/1/conf/available-plugins.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xmpp/clustered/1/conf/crowd.properties b/xmpp/clustered/1/conf/crowd.properties deleted file mode 100644 index d43a8ba..0000000 --- a/xmpp/clustered/1/conf/crowd.properties +++ /dev/null @@ -1,42 +0,0 @@ -# -# This file defines the configuration properties required -# when using the Atlassian Crowd integration for Openfire. -# -# https://confluence.atlassian.com/display/CROWD/The+crowd.properties+file -# -# To activate the Crowd integration for Openfire, you must define -# the following Openfire system properties: -# -# provider.admin.className org.jivesoftware.openfire.crowd.CrowdAdminProvider -# provider.auth.className org.jivesoftware.openfire.crowd.CrowdAuthProvider -# provider.group.className org.jivesoftware.openfire.crowd.CrowdGroupProvider -# provider.user.className org.jivesoftware.openfire.crowd.CrowdUserProvider -# provider.vcard.className org.jivesoftware.openfire.crowd.CrowdVCardProvider -# -# In addition, you may customize the Crowd provider using the following Openfire -# system properties: -# -# admin.authorizedGroups -# crowd.groups.cache.ttl.seconds 3600 -# crowd.users.cache.ttl.seconds 3600 -# - -# The REST URL for your Crowd server. -crowd.server.url=https://YOUR-CROWD-SERVER:8095/crowd/ - -# These properties are required to authenticate with the Crowd server. -# They must match the values specified in the Crowd configuration. -application.name=openfire -application.password= - -# Other optional configuration properties. - -#http.proxy.host= -#http.proxy.port= -#http.proxy.username= -#http.proxy.password= - -# These properties can be used to tune the Crowd integration. -#http.max.connections=20 -#http.timeout=5000 -#http.socket.timeout=20000 diff --git a/xmpp/clustered/1/conf/openfire-demoboot.xml b/xmpp/clustered/1/conf/openfire-demoboot.xml deleted file mode 100644 index 313425f..0000000 --- a/xmpp/clustered/1/conf/openfire-demoboot.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - 9090 - 9091 - - - org.jivesoftware.database.EmbeddedConnectionProvider - - - true - en - - - true - - example.org - example.org - - - embedded - - - admin@example.com - admin - - - - john - secret - John Doe - john.doe@example.com - - - jane@example.org - Jane - - - - - jane - secret - Jane Doe - jane.doe@example.com - - - john@example.org - John - - - - - - diff --git a/xmpp/clustered/1/conf/server-update.xml b/xmpp/clustered/1/conf/server-update.xml deleted file mode 100644 index 11d4ace..0000000 --- a/xmpp/clustered/1/conf/server-update.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/xmpp/clustered/2/conf/available-plugins.xml b/xmpp/clustered/2/conf/available-plugins.xml deleted file mode 100644 index 2c9650a..0000000 --- a/xmpp/clustered/2/conf/available-plugins.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xmpp/clustered/2/conf/crowd.properties b/xmpp/clustered/2/conf/crowd.properties deleted file mode 100644 index d43a8ba..0000000 --- a/xmpp/clustered/2/conf/crowd.properties +++ /dev/null @@ -1,42 +0,0 @@ -# -# This file defines the configuration properties required -# when using the Atlassian Crowd integration for Openfire. -# -# https://confluence.atlassian.com/display/CROWD/The+crowd.properties+file -# -# To activate the Crowd integration for Openfire, you must define -# the following Openfire system properties: -# -# provider.admin.className org.jivesoftware.openfire.crowd.CrowdAdminProvider -# provider.auth.className org.jivesoftware.openfire.crowd.CrowdAuthProvider -# provider.group.className org.jivesoftware.openfire.crowd.CrowdGroupProvider -# provider.user.className org.jivesoftware.openfire.crowd.CrowdUserProvider -# provider.vcard.className org.jivesoftware.openfire.crowd.CrowdVCardProvider -# -# In addition, you may customize the Crowd provider using the following Openfire -# system properties: -# -# admin.authorizedGroups -# crowd.groups.cache.ttl.seconds 3600 -# crowd.users.cache.ttl.seconds 3600 -# - -# The REST URL for your Crowd server. -crowd.server.url=https://YOUR-CROWD-SERVER:8095/crowd/ - -# These properties are required to authenticate with the Crowd server. -# They must match the values specified in the Crowd configuration. -application.name=openfire -application.password= - -# Other optional configuration properties. - -#http.proxy.host= -#http.proxy.port= -#http.proxy.username= -#http.proxy.password= - -# These properties can be used to tune the Crowd integration. -#http.max.connections=20 -#http.timeout=5000 -#http.socket.timeout=20000 diff --git a/xmpp/clustered/2/conf/openfire-demoboot.xml b/xmpp/clustered/2/conf/openfire-demoboot.xml deleted file mode 100644 index 313425f..0000000 --- a/xmpp/clustered/2/conf/openfire-demoboot.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - 9090 - 9091 - - - org.jivesoftware.database.EmbeddedConnectionProvider - - - true - en - - - true - - example.org - example.org - - - embedded - - - admin@example.com - admin - - - - john - secret - John Doe - john.doe@example.com - - - jane@example.org - Jane - - - - - jane - secret - Jane Doe - jane.doe@example.com - - - john@example.org - John - - - - - - diff --git a/xmpp/clustered/2/conf/server-update.xml b/xmpp/clustered/2/conf/server-update.xml deleted file mode 100644 index 11d4ace..0000000 --- a/xmpp/clustered/2/conf/server-update.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/xmpp/clustered/3/conf/available-plugins.xml b/xmpp/clustered/3/conf/available-plugins.xml deleted file mode 100644 index 2c9650a..0000000 --- a/xmpp/clustered/3/conf/available-plugins.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xmpp/clustered/3/conf/crowd.properties b/xmpp/clustered/3/conf/crowd.properties deleted file mode 100644 index d43a8ba..0000000 --- a/xmpp/clustered/3/conf/crowd.properties +++ /dev/null @@ -1,42 +0,0 @@ -# -# This file defines the configuration properties required -# when using the Atlassian Crowd integration for Openfire. -# -# https://confluence.atlassian.com/display/CROWD/The+crowd.properties+file -# -# To activate the Crowd integration for Openfire, you must define -# the following Openfire system properties: -# -# provider.admin.className org.jivesoftware.openfire.crowd.CrowdAdminProvider -# provider.auth.className org.jivesoftware.openfire.crowd.CrowdAuthProvider -# provider.group.className org.jivesoftware.openfire.crowd.CrowdGroupProvider -# provider.user.className org.jivesoftware.openfire.crowd.CrowdUserProvider -# provider.vcard.className org.jivesoftware.openfire.crowd.CrowdVCardProvider -# -# In addition, you may customize the Crowd provider using the following Openfire -# system properties: -# -# admin.authorizedGroups -# crowd.groups.cache.ttl.seconds 3600 -# crowd.users.cache.ttl.seconds 3600 -# - -# The REST URL for your Crowd server. -crowd.server.url=https://YOUR-CROWD-SERVER:8095/crowd/ - -# These properties are required to authenticate with the Crowd server. -# They must match the values specified in the Crowd configuration. -application.name=openfire -application.password= - -# Other optional configuration properties. - -#http.proxy.host= -#http.proxy.port= -#http.proxy.username= -#http.proxy.password= - -# These properties can be used to tune the Crowd integration. -#http.max.connections=20 -#http.timeout=5000 -#http.socket.timeout=20000 diff --git a/xmpp/clustered/3/conf/openfire-demoboot.xml b/xmpp/clustered/3/conf/openfire-demoboot.xml deleted file mode 100644 index 313425f..0000000 --- a/xmpp/clustered/3/conf/openfire-demoboot.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - 9090 - 9091 - - - org.jivesoftware.database.EmbeddedConnectionProvider - - - true - en - - - true - - example.org - example.org - - - embedded - - - admin@example.com - admin - - - - john - secret - John Doe - john.doe@example.com - - - jane@example.org - Jane - - - - - jane - secret - Jane Doe - jane.doe@example.com - - - john@example.org - John - - - - - - diff --git a/xmpp/clustered/3/conf/server-update.xml b/xmpp/clustered/3/conf/server-update.xml deleted file mode 100644 index 11d4ace..0000000 --- a/xmpp/clustered/3/conf/server-update.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/xmpp/federated/1/conf/available-plugins.xml b/xmpp/federated/1/conf/available-plugins.xml deleted file mode 100644 index a196547..0000000 --- a/xmpp/federated/1/conf/available-plugins.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xmpp/federated/1/conf/crowd.properties b/xmpp/federated/1/conf/crowd.properties deleted file mode 100644 index d43a8ba..0000000 --- a/xmpp/federated/1/conf/crowd.properties +++ /dev/null @@ -1,42 +0,0 @@ -# -# This file defines the configuration properties required -# when using the Atlassian Crowd integration for Openfire. -# -# https://confluence.atlassian.com/display/CROWD/The+crowd.properties+file -# -# To activate the Crowd integration for Openfire, you must define -# the following Openfire system properties: -# -# provider.admin.className org.jivesoftware.openfire.crowd.CrowdAdminProvider -# provider.auth.className org.jivesoftware.openfire.crowd.CrowdAuthProvider -# provider.group.className org.jivesoftware.openfire.crowd.CrowdGroupProvider -# provider.user.className org.jivesoftware.openfire.crowd.CrowdUserProvider -# provider.vcard.className org.jivesoftware.openfire.crowd.CrowdVCardProvider -# -# In addition, you may customize the Crowd provider using the following Openfire -# system properties: -# -# admin.authorizedGroups -# crowd.groups.cache.ttl.seconds 3600 -# crowd.users.cache.ttl.seconds 3600 -# - -# The REST URL for your Crowd server. -crowd.server.url=https://YOUR-CROWD-SERVER:8095/crowd/ - -# These properties are required to authenticate with the Crowd server. -# They must match the values specified in the Crowd configuration. -application.name=openfire -application.password= - -# Other optional configuration properties. - -#http.proxy.host= -#http.proxy.port= -#http.proxy.username= -#http.proxy.password= - -# These properties can be used to tune the Crowd integration. -#http.max.connections=20 -#http.timeout=5000 -#http.socket.timeout=20000 diff --git a/xmpp/federated/1/conf/openfire-demoboot.xml b/xmpp/federated/1/conf/openfire-demoboot.xml deleted file mode 100644 index eca069b..0000000 --- a/xmpp/federated/1/conf/openfire-demoboot.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - 9090 - 9091 - - - org.jivesoftware.database.EmbeddedConnectionProvider - - - true - en - - - true - - example.org - example.org - - - embedded - - - admin@example.com - admin - - - diff --git a/xmpp/federated/1/conf/server-update.xml b/xmpp/federated/1/conf/server-update.xml deleted file mode 100644 index 11d4ace..0000000 --- a/xmpp/federated/1/conf/server-update.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/xmpp/federated/2/conf/available-plugins.xml b/xmpp/federated/2/conf/available-plugins.xml deleted file mode 100644 index a196547..0000000 --- a/xmpp/federated/2/conf/available-plugins.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xmpp/federated/2/conf/crowd.properties b/xmpp/federated/2/conf/crowd.properties deleted file mode 100644 index d43a8ba..0000000 --- a/xmpp/federated/2/conf/crowd.properties +++ /dev/null @@ -1,42 +0,0 @@ -# -# This file defines the configuration properties required -# when using the Atlassian Crowd integration for Openfire. -# -# https://confluence.atlassian.com/display/CROWD/The+crowd.properties+file -# -# To activate the Crowd integration for Openfire, you must define -# the following Openfire system properties: -# -# provider.admin.className org.jivesoftware.openfire.crowd.CrowdAdminProvider -# provider.auth.className org.jivesoftware.openfire.crowd.CrowdAuthProvider -# provider.group.className org.jivesoftware.openfire.crowd.CrowdGroupProvider -# provider.user.className org.jivesoftware.openfire.crowd.CrowdUserProvider -# provider.vcard.className org.jivesoftware.openfire.crowd.CrowdVCardProvider -# -# In addition, you may customize the Crowd provider using the following Openfire -# system properties: -# -# admin.authorizedGroups -# crowd.groups.cache.ttl.seconds 3600 -# crowd.users.cache.ttl.seconds 3600 -# - -# The REST URL for your Crowd server. -crowd.server.url=https://YOUR-CROWD-SERVER:8095/crowd/ - -# These properties are required to authenticate with the Crowd server. -# They must match the values specified in the Crowd configuration. -application.name=openfire -application.password= - -# Other optional configuration properties. - -#http.proxy.host= -#http.proxy.port= -#http.proxy.username= -#http.proxy.password= - -# These properties can be used to tune the Crowd integration. -#http.max.connections=20 -#http.timeout=5000 -#http.socket.timeout=20000 diff --git a/xmpp/federated/2/conf/openfire-demoboot.xml b/xmpp/federated/2/conf/openfire-demoboot.xml deleted file mode 100644 index eca069b..0000000 --- a/xmpp/federated/2/conf/openfire-demoboot.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - 9090 - 9091 - - - org.jivesoftware.database.EmbeddedConnectionProvider - - - true - en - - - true - - example.org - example.org - - - embedded - - - admin@example.com - admin - - - diff --git a/xmpp/federated/2/conf/server-update.xml b/xmpp/federated/2/conf/server-update.xml deleted file mode 100644 index 11d4ace..0000000 --- a/xmpp/federated/2/conf/server-update.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file