muc-room-create.jsp 376 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
  -
  - Copyright (C) 2004 Jive Software. All rights reserved.
  -
  - This software is the proprietary information of Jive Software.
  - Use is subject to license terms.
--%>

<%  // Redirect to muc-room-edit-form and set that a room will be created
    response.sendRedirect("muc-room-edit-form.jsp?&create=true");
    return;
%>