Commit 915f4967 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Refactoring wortk. JM-924

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6547 b35dd754-fafc-0310-a699-88a17e54d16e
parent e2c2e2e6
<%@ page import="java.util.*,
org.xmpp.packet.Presence,
org.jivesoftware.wildfire.ClientSession,
<%@ page import="org.jivesoftware.util.Log,
org.jivesoftware.util.NotFoundException,
org.jivesoftware.util.ParamUtils,
org.jivesoftware.wildfire.SessionManager,
org.jivesoftware.wildfire.XMPPServer,
org.jivesoftware.wildfire.user.UserNotFoundException,
org.jivesoftware.util.*,
org.jivesoftware.wildfire.gateway.GatewayPlugin,
org.jivesoftware.wildfire.gateway.Registration,
org.jivesoftware.wildfire.gateway.RegistrationManager,
org.jivesoftware.wildfire.session.ClientSession,
org.jivesoftware.wildfire.user.UserNotFoundException,
org.xmpp.packet.JID"
errorPage="error.jsp"
%>
<%@ page import="org.xmpp.packet.Presence" %>
<%@ page import="java.util.ArrayList" %>
<%@ page import="java.util.Collection" %>
<%@ page import="java.util.Date" %>
<%@ page import="java.util.HashMap" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
......
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