%--
- $RCSfile$
- $Revision: 5300 $
- $Date: 2006-09-08 16:16:21 -0700 (Fri, 08 Sep 2006) $
-
- Copyright (C) 2004 Jive Software. All rights reserved.
-
- This software is the proprietary information of Jive Software.
- Use is subject to license terms.
--%>
<%@ page import="org.jivesoftware.openfire.muc.MUCRole,
org.jivesoftware.openfire.muc.MUCRoom,
org.jivesoftware.util.ParamUtils,
java.net.URLEncoder,
java.text.DateFormat"
errorPage="error.jsp"
%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
| <%= room.getName() %> | <%= room.getOccupantsCount() %> / <%= room.getMaxUsers() %> | <%= dateFormatter.format(room.getCreationDate()) %> | <%= dateFormatter.format(room.getModificationDate()) %> |
| <%= role.getUserAddress() %> | <%= role.getNickname() %> | <%= role.getRole() %> | <%= role.getAffiliation() %> |