Commit 72ba1f91 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified references to "Forums" with "Messenger".


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@284 b35dd754-fafc-0310-a699-88a17e54d16e
parent fa1bc1e7
......@@ -277,7 +277,7 @@ public class AdminConsole {
// Load the admin-sidebar.xml file from the jiveforums.jar file:
InputStream in = ClassUtils.getResourceAsStream("/admin-sidebar.xml");
if (in == null) {
Log.error("Failed to load admin-sidebar.xml file from Jive Forums classes - admin "
Log.error("Failed to load admin-sidebar.xml file from Jive Messenger classes - admin "
+ "console will not work correctly.");
return;
}
......
......@@ -147,7 +147,7 @@ public class JiveGlobals {
* file. Any Servlet 2.3 compliant application servers also supports the
* method HttpServletRequest.setCharacterEncoding(String). A Servlet 2.3
* Filter called SetCharacterEncodingFilter is installed in the default
* Jive Forums web.xml file, which will set the incoming character encoding
* Jive Messenger web.xml file, which will set the incoming character encoding
* to the one reported by this method.
*
* @return the global Jive character encoding.
......@@ -194,7 +194,7 @@ public class JiveGlobals {
* file. Any Servlet 2.3 compliant application servers also supports the
* method HttpServletRequest.setCharacterEncoding(String). A Servlet 2.3
* Filter called SetCharacterEncodingFilter is installed in the default
* Jive Forums web.xml file, which will set the incoming character encoding
* Jive Messenger web.xml file, which will set the incoming character encoding
* to the one reported by this method.
*
* @param characterEncoding the global Jive character encoding.
......
......@@ -38,7 +38,7 @@ import java.sql.SQLException;
* AuthFactory.createAuthorization(HttpServletRequest request,
* HttpServletResponse response) method automatically handles this logic.<p>
*
* If you wish to integrate Jive Forums with your own authentication or
* If you wish to integrate Jive Messenger with your own authentication or
* single sign-on system, you'll need your own implementation of the
* AuthProvider interface. See that interface for further details.<p>
*
......
......@@ -6,7 +6,7 @@
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>Tag Library for Jive Forums 4.0</shortname>
<shortname>Tag Library for Jive Messenger 2.0</shortname>
<uri>http://www.jivesoftware.com/</uri>
<info>Tab Library for Jive Messenger Admin Console</info>
<tag>
......
......@@ -39,7 +39,7 @@
<tbody>
<tr>
<td>
<img src="images/header-title.gif" width="289" height="38" border="0" alt="Jive Forums Admin Console">
<img src="images/header-title.gif" width="289" height="38" border="0" alt="Jive Messenger Admin Console">
</td>
<td align="right">
<table cellpadding="0" cellspacing="0" border="0">
......
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