Commit 0770fa75 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Changed references from jivesoftware.org to igniterealtime.org.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6705 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6c86fb6b
......@@ -132,7 +132,7 @@
<property name="installer.unix_install_dir" value="wildfire"/>
<property name="installer.windows_install_dir" value="Wildfire"/>
<property name="installer.publisher" value="Jive Software"/>
<property name="installer.publisher_url" value="www.jivesoftware.org"/>
<property name="installer.publisher_url" value="www.igniterealtime.org"/>
<property name="installer.file_prefix" value="${installer.app_short_name}"/>
<property name="installer.release_root_path" value="${release.dest.dir}"/>
......@@ -326,7 +326,7 @@
<fileset dir="${resources.dir}/jar" includes="**"/>
<zipgroupfileset dir="${lib.merge.dir}" includes="*.jar"/>
<manifest>
<attribute name="Built-By" value="Jive Software (www.jivesoftware.org)"/>
<attribute name="Built-By" value="Jive Software (www.igniterealtime.org)"/>
</manifest>
</jar>
......@@ -342,7 +342,7 @@
<manifest>
<attribute name="Main-Class"
value="org.jivesoftware.wildfire.starter.ServerStarter"/>
<attribute name="Built-By" value="Jive Software (www.jivesoftware.org)"/>
<attribute name="Built-By" value="Jive Software (www.igniterealtime.org)"/>
</manifest>
</jar>
<!-- Copy application dependent files -->
......
......@@ -182,7 +182,7 @@ Wildfire is an instant messaging (IM) and groupchat server that uses the
XMPP protocol. Start off by viewing the <a href="documentation/index.html"><strong>Wildfire Documentation</strong></a>
that can be found in the "documentation" directory included with this distribution.
<p>
Further information can be found on the <a href="http://www.jivesoftware.org/wildfire">
Further information can be found on the <a href="http://www.igniterealtime.org/projects/wildfire/">
Wildfire website</a>.
<h2>Changelog</h2>
......@@ -193,9 +193,9 @@ last release.
<h2>Support</h2>
Free support is provided by the Wildfire community in the
<a href="http://www.jivesoftware.org/forums">online forums</a>. Commercial
<a href="http://www.igniterealtime.org/forum/index.jspa">online forums</a>. Commercial
support (email and phone) from Jive Software is
<a href="http://www.jivesoftware.com/products/wildfire">also available</a>.
<a href="http://www.igniterealtime.org/projects/wildfire/">also available</a>.
<h2>License Agreements</h2>
......
This diff is collapsed.
......@@ -85,7 +85,7 @@ messaging (IM) services using the XMPP protocol.
<p>
An active support community for Wildfire is available at
<a href="http://www.jivesoftware.org/forums/">http://www.jivesoftware.org/forums/</a>.
<a href="http://www.igniterealtime.org/forum/index.jspa">http://www.igniterealtime.org/forum/index.jspa</a>.
</p>
</div>
......
......@@ -24,8 +24,8 @@
<p>Wildfire is a powerful instant messaging (IM) and chat
server that implements the XMPP protocol. This document will guide
you through installing Wildfire. For a full list of features and more information, please
visit the Wildfire website: <a href="http://www.jivesoftware.org/wildfire"
target="_top">http://www.jivesoftware.org/wildfire</a></p>
visit the Wildfire website: <a href="http://www.igniterealtime.org/projects/wildfire/"
target="_top">http://www.igniterealtime.org/projects/wildfire/</a></p>
<h2>Installation</h2>
<ul>
......@@ -217,7 +217,7 @@ the script for additional details.</li>
Plugins add additional features and protocol support to Wildfire. After setting up your
Wildfire installation, you may want to download and install plugins to enhance your
server. Plugins can be downloaded from the
<a href="http://www.jivesoftware.org/wildfire/plugins.jsp">plugins page</a> on jivesoftware.org
<a href="http://www.igniterealtime.org/projects/wildfire/plugins.jsp">plugins page</a> on igniterealtime.org
or directly inside the administration console.
<h3>Installing Plugins</h3>
......
......@@ -83,7 +83,7 @@ file might look like the following:
&lt;version&gt;1.0&lt;/version&gt;
&lt;date&gt;07/01/2006&lt;/date&gt;
&lt;url&gt;http://www.jivesoftware.org/plugins&lt;/url&gt;
&lt;url&gt;http://www.igniterealtime.org/projects/wildfire/plugins.jsp&lt;/url&gt;
&lt;minServerVersion&gt;3.0.0&lt;/minServerVersion&gt;
&lt;licenseType&gt;gpl&lt;/licenseType&gt;
......
......@@ -238,7 +238,7 @@ JEPs that only require client-side support are omitted.</p>
<br>
[<a name="fn2">2</a>] The entity capabilities XEP is primarily for clients to implement. However, Wildfire does not support an optional server extensions defined by the XEP.
<br>
[<a name="fn3">3</a>] Support for <u>XEP-0055: Jabber Search</u> is provided by the <a href="http://www.jivesoftware.org/wildfire/plugins.jsp">Search plugin</a>.
[<a name="fn3">3</a>] Support for <u>XEP-0055: Jabber Search</u> is provided by the <a href="http://www.igniterealtime.org/projects/wildfire/plugins.jsp">Search plugin</a>.
<br>
......
......@@ -37,8 +37,8 @@ the source, and that source is governed by the license given to it by its author
<p>For additional developer resources, please visit:
<a href="http://www.jivesoftware.org">
http://www.jivesoftware.org</a>. The Wildfire build process is based on Ant. Visit the
<a href="http://www.igniterealtime.org">
http://www.igniterealtime.org</a>. The Wildfire build process is based on Ant. Visit the
<a href="http://ant.apache.org/">Ant website</a>
for more information. There is no need to download and install Ant - a version of it is included
in this distribution.
......@@ -55,7 +55,7 @@ This documentation is divided into three sections:
You can get the Wildfire source code by downloading a source distribution or
by checking out the source code from CVS. Instructions for both options can
be found on the <a href="http://www.jivesoftware.org/source.jsp">source page</a>.
be found on the <a href="http://www.igniterealtime.org/downloads/source.jsp">source page</a>.
<p><a name="setup"><b><font color="#0066cc">2.</font> Setup Your Environment</b></a><p>
......
......@@ -1718,7 +1718,7 @@ user.tabs.delete_user=Smazat u\u017eivatele
plugin.admin.title=Dopl\u0148ky
plugin.admin.info=Dopl\u0148ky p\u0159id\u00e1vaj\u00ed serveru novou funk\u010dnost. Seznam aktu\u00e1ln\u011b naistalovan\u00fdch dopl\u0148k\u016f \
je dole. Pro nahr\u00e1n\u00ed nov\u00fdch dopl\u0148k\u016f pros\u00edm nav\u0161tivte str\u00e1nku \
<a href="http://www.jivesoftware.org/wildfire/plugins.jsp" target="_blank">sta\u017een\u00ed dopl\u0148k\u016f</a>.
<a href="http://www.igniterealtime.org/projects/wildfire/plugins.jsp" target="_blank">sta\u017een\u00ed dopl\u0148k\u016f</a>.
plugin.admin.deleted_success=Dopln\u011bk \u00fasp\u011b\u0161n\u011b smaz\u00e1n.
plugin.admin.deleted_failure=Nelze smazat dopln\u011bk.
plugin.admin.click_reload=Nov\u00e9 zaveden\u00ed dopl\u0148ku.
......
......@@ -1492,7 +1492,7 @@ user.tabs.delete_user=Gebruiker verwijderen
plugin.admin.title=Plug-ins
plugin.admin.info=Plug-ins voegen nieuwe functies toe aan de server. Hieronder staat een lijst \
van de plug-ins op het systeem. Ga naar de <a href="http://www.jivesoftware.org/wildfire/plugins.jsp" target="_blank">plug-in download</a> pagina \
van de plug-ins op het systeem. Ga naar de <a href="http://www.igniterealtime.org/projects/wildfire/plugins.jsp" target="_blank">plug-in download</a> pagina \
om nieuwe plug-ins te downloaden.
plugin.admin.deleted_success=De plug-in is succesvol verwijdert.
plugin.admin.deleted_failure=Kan de plug-in niet verwijderen.
......
......@@ -12,7 +12,7 @@
package org.jivesoftware.wildfire.update;
/**
* Plugin available at jivesoftware.org. The plugin may or may not be locally installed.
* Plugin available at igniterealtime.org. The plugin may or may not be locally installed.
*
* @author Gaston Dombiak
*/
......
......@@ -50,7 +50,7 @@ public class UpdateManager extends BasicModule {
/**
* URL of the servlet (JSP) that provides the "check for update" service.
*/
private static String updateServiceURL = "http://www.jivesoftware.org/wildfire/versions.jsp";
private static String updateServiceURL = "http://www.igniterealtime.org/projects/wildfire/versions.jsp";
/**
* Information about the available server update.
......@@ -63,7 +63,7 @@ public class UpdateManager extends BasicModule {
private Collection<Update> pluginUpdates = new ArrayList<Update>();
/**
* List of plugins available at jivesoftware.org.
* List of plugins available at igniterealtime.org.
*/
private Map<String, AvailablePlugin> availablePlugins = new HashMap<String, AvailablePlugin>();
......@@ -169,7 +169,7 @@ public class UpdateManager extends BasicModule {
}
/**
* Queries the jivesoftware.org server for new server and plugin updates.
* Queries the igniterealtime.org server for new server and plugin updates.
*
* @param notificationsEnabled true if admins will be notified when new updates are found.
* @throws Exception if some error happens during the query.
......@@ -275,10 +275,10 @@ public class UpdateManager extends BasicModule {
}
/**
* Returns the list of available plugins to install as reported by jivesoftware.org.
* Returns the list of available plugins to install as reported by igniterealtime.org.
* Currently installed plugins will not be included.
*
* @return the list of available plugins to install as reported by jivesoftware.org.
* @return the list of available plugins to install as reported by igniterealtime.org.
*/
public List<AvailablePlugin> getNotInstalledPlugins() {
ArrayList<AvailablePlugin> plugins =
......@@ -373,17 +373,17 @@ public class UpdateManager extends BasicModule {
}
/**
* Returns true if a proxy is being used to connect to jivesoftware.org or false if
* Returns true if a proxy is being used to connect to igniterealtime.org or false if
* a direct connection should be attempted.
*
* @return true if a proxy is being used to connect to jivesoftware.org.
* @return true if a proxy is being used to connect to igniterealtime.org.
*/
public boolean isUsingProxy() {
return getProxyHost() != null;
}
/**
* Returns the host of the proxy to use to connect to jivesoftware.org or <tt>null</tt>
* Returns the host of the proxy to use to connect to igniterealtime.org or <tt>null</tt>
* if no proxy is used.
*
* @return the host of the proxy or null if no proxy is used.
......@@ -393,7 +393,7 @@ public class UpdateManager extends BasicModule {
}
/**
* Sets the host of the proxy to use to connect to jivesoftware.org or <tt>null</tt>
* Sets the host of the proxy to use to connect to igniterealtime.org or <tt>null</tt>
* if no proxy is used.
*
* @param host the host of the proxy or null if no proxy is used.
......@@ -410,10 +410,10 @@ public class UpdateManager extends BasicModule {
}
/**
* Returns the port of the proxy to use to connect to jivesoftware.org or -1 if no
* Returns the port of the proxy to use to connect to igniterealtime.org or -1 if no
* proxy is being used.
*
* @return the port of the proxy to use to connect to jivesoftware.org or -1 if no
* @return the port of the proxy to use to connect to igniterealtime.org or -1 if no
* proxy is being used.
*/
public int getProxyPort() {
......@@ -421,10 +421,10 @@ public class UpdateManager extends BasicModule {
}
/**
* Sets the port of the proxy to use to connect to jivesoftware.org or -1 if no
* Sets the port of the proxy to use to connect to igniterealtime.org or -1 if no
* proxy is being used.
*
* @param port the port of the proxy to use to connect to jivesoftware.org or -1 if no
* @param port the port of the proxy to use to connect to igniterealtime.org or -1 if no
* proxy is being used.
*/
public void setProxyPort(int port) {
......@@ -563,7 +563,7 @@ public class UpdateManager extends BasicModule {
/**
* Recreate the list of plugins that need to be updated based on the list of
* available plugins at jivesoftware.org.
* available plugins at igniterealtime.org.
*/
private void buildPluginsUpdateList() {
// Reset list of plugins that need to be updated
......@@ -632,7 +632,7 @@ public class UpdateManager extends BasicModule {
/**
* Saves to conf/available-plugins.xml the list of plugins that are available
* at jivesoftware.org.
* at igniterealtime.org.
*/
private void saveAvailablePluginsInfo() {
// XML to store in the file
......
......@@ -10,6 +10,6 @@
<author>Jive Software</author>
<version>1.5.2</version>
<date>10/24/2006</date>
<url>http://www.jivesoftware.org</url>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.1.0</minServerVersion>
</plugin>
\ No newline at end of file
......@@ -57,7 +57,7 @@ ContentFilter Plugin Changelog
<p><b>1.3.0</b> -- May 8, 2006</p>
<ul>
<li>Added ability to allow messages even when content has matched (thanks to Eduardo for the <a href="http://www.jivesoftware.org/community/message.jspa?messageID=118198">feature request</a>)</li>
<li>Added ability to allow messages even when content has matched (thanks to Eduardo for the <a href="http://www.igniterealtime.org/forum/message.jspa?messageID=118198">feature request</a>)</li>
<li>Added ability to restore plugin to its factory defaults.
</ul>
......
This diff is collapsed.
......@@ -237,11 +237,11 @@ hr {
though. There may be ranges of IP addresses or something that you can
open up but I do not know those lists. Also, it is now possible to change
the initial connect host and port via
<a href="http://wiki.jivesoftware.org/display/WILDFIRE/Wildfire+Properties">Wildfire Properties</a>.
<a href="http://wiki.igniterealtime.org/display/WILDFIRE/Wildfire+Properties">Wildfire Properties</a>.
</p>
<p>
There is additional documentation available at:
<a href="http://wiki.jivesoftware.org/display/WILDFIRE/IM+Gateway+Plugin">IM Gateway Plugin Wiki</a>
<a href="http://wiki.igniterealtime.org/display/WILDFIRE/IM+Gateway+Plugin">IM Gateway Plugin Wiki</a>
</p>
<h3>For end users:</h3>
......
......@@ -75,7 +75,7 @@ Presence Plugin Changelog
<p><b>1.2.0</b> -- April 19, 2006</p>
<ul>
<li>Added documentation for configuring the plugin to work well with firewalls.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/JM-602'>JM-602</a>] - Presence plugin now handles HTTP redirection. <b>(1 vote)</b></li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-602'>JM-602</a>] - Presence plugin now handles HTTP redirection. <b>(1 vote)</b></li>
</ul>
<p><b>1.1.2</b> -- March 9, 2006</p>
......
......@@ -67,7 +67,7 @@ Registration Plugin Changelog
<p><b>1.1</b> -- August 10, 2005</p>
<ul>
<li>Added the ability to have multiple people alerted via instant message and/or email whenever a new user registers.</li>
<li>[<a href="http://www.jivesoftware.org/issues/browse/JM-239">JM-239</a>] - Automatically add new users to a specified group.
<li>[<a href="http://www.igniterealtime.org/issues/browse/JM-239">JM-239</a>] - Automatically add new users to a specified group.
</ul>
<p><b>1.0</b> -- April 21, 2005</p>
......
......@@ -7,7 +7,7 @@
<author>Ryan Graham</author>
<version>1.1.0</version>
<date>01/04/2007</date>
<url>http://www.jivesoftware.org</url>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.2.0</minServerVersion>
<adminconsole>
......
......@@ -83,7 +83,7 @@ intercepted and accepted. Selecting this level can make Wildfire vulnerable to s
</p>
<p>
<li>Reject - Subscription requests will be intercepted and rejected. NOTE: At the time of this writing the latest
release of Spark (v1.1.4) has an <a href="http://www.jivesoftware.org/issues/browse/SPARK-300">issue</a> where
release of Spark (v1.1.4) has an <a href="http://www.igniterealtime.org/issues/browse/SPARK-300">issue</a> where
subscription rejection packets are not processed properly so this feature will not work correctly with Spark. To have
the plugin attempt to work around this issue create a "plugin.subscription.sparkCheck" system property and set its
value to "true".</li>
......
......@@ -210,7 +210,7 @@ public class SubscriptionPlugin implements Plugin {
presence.setType(Presence.Type.unsubscribe);
// This is to get around an issue in Spark
// (http://www.jivesoftware.org/issues/browse/SPARK-300).
// (http://www.igniterealtime.org/issues/browse/SPARK-300).
// Unfortunately, this is a bit of a hack and can easily be defeated
// if a user changes their resource when using Spark.
if (JiveGlobals.getBooleanProperty("plugin.subscription.sparkCheck", false)) {
......
......@@ -173,7 +173,7 @@ hr {
<h2>2.0 -- <span style="font-weight: normal;">September 1, 2005</span></h2>
<ul>
<li>Added the ability to allow users to specify the import and export file locations.
<li>[<a href="http://www.jivesoftware.org/issues/browse/JM-369">JM-369</a>] - Add option to replace old domain with new domain while doing an import.
<li>[<a href="http://www.igniterealtime.org/issues/browse/JM-369">JM-369</a>] - Add option to replace old domain with new domain while doing an import.
<li>Added additional information to the migration section of the readme file.
</ul>
......
......@@ -7,7 +7,7 @@
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>Tag Library for Wildfire 2.0</shortname>
<uri>http://www.jivesoftware.org/</uri>
<uri>http://www.igniterealtime.org/</uri>
<info>Tab Library for Wildfire Admin Console</info>
<tag>
<name>tabs</name>
......
......@@ -453,7 +453,7 @@
if (outdatedPlugins.size() > 0) {
%>
<div class="light-gray-border" style="padding:10px;">
<p><fmt:message key="plugin.available.outdated" /><a href="http://www.jivesoftware.org/wildfire" target="_blank"><fmt:message key="plugin.available.outdated.update" /></a></p>
<p><fmt:message key="plugin.available.outdated" /><a href="http://www.igniterealtime.org/projects/wildfire/" target="_blank"><fmt:message key="plugin.available.outdated.update" /></a></p>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment