Commit c3110209 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Text updates.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1693 b35dd754-fafc-0310-a699-88a17e54d16e
parent d7b4f1f5
...@@ -36,17 +36,17 @@ ...@@ -36,17 +36,17 @@
<jsp:useBean id="pageinfo" scope="request" class="org.jivesoftware.admin.AdminPageBean" /> <jsp:useBean id="pageinfo" scope="request" class="org.jivesoftware.admin.AdminPageBean" />
<% <%
String title = "Presence Servlet Properties"; String title = "Presence Service Properties";
pageinfo.setTitle(title); pageinfo.setTitle(title);
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(LocaleUtils.getLocalizedString("global.main"), "../../index.jsp")); pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(LocaleUtils.getLocalizedString("global.main"), "../../index.jsp"));
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "presence-service.jsp")); pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "presence-service.jsp"));
pageinfo.setPageID("presence-servlet"); pageinfo.setPageID("presence-service");
%> %>
<jsp:include page="top.jsp" flush="true" /> <jsp:include page="top.jsp" flush="true" />
<jsp:include page="title.jsp" flush="true" /> <jsp:include page="title.jsp" flush="true" />
<p> <p>
Use the form below to configure users presence visibility. By default, users Use the form below to configure user presence visibility. By default, user
presence should only be visible to those users that are authorized.<br> presence should only be visible to those users that are authorized.<br>
</p> </p>
...@@ -57,7 +57,7 @@ presence should only be visible to those users that are authorized.<br> ...@@ -57,7 +57,7 @@ presence should only be visible to those users that are authorized.<br>
<tbody> <tbody>
<tr><td class="jive-icon"><img src="images/success-16x16.gif" width="16" height="16" border="0"></td> <tr><td class="jive-icon"><img src="images/success-16x16.gif" width="16" height="16" border="0"></td>
<td class="jive-icon-label"> <td class="jive-icon-label">
Presence servlet properties edited successfully. Presence service properties edited successfully.
</td></tr> </td></tr>
</tbody> </tbody>
</table> </table>
...@@ -70,9 +70,9 @@ presence should only be visible to those users that are authorized.<br> ...@@ -70,9 +70,9 @@ presence should only be visible to those users that are authorized.<br>
<legend>Presence visibility</legend> <legend>Presence visibility</legend>
<div> <div>
<p> <p>
For security reasons, the XMPP allows users to control which users are authorized to see their presences. However, it is For security reasons, users control which users are authorized to see their presence. However,
possible to configure the servlet so that anyone may get information about users presences. Use this feature with it is posible to configure the service so that anyone has access to all presence information.
precaution. Use this option with caution.
</p> </p>
<table cellpadding="3" cellspacing="0" border="0" width="100%"> <table cellpadding="3" cellspacing="0" border="0" width="100%">
<tbody> <tbody>
......
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