Commit 350000c7 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5538 b35dd754-fafc-0310-a699-88a17e54d16e
parent b65a6f8c
......@@ -369,6 +369,9 @@ public class MUCUserImpl implements MUCUser {
catch (NotAllowedException e) {
sendErrorPacket(packet, PacketError.Condition.not_allowed);
}
catch (Exception e) {
sendErrorPacket(packet, PacketError.Condition.internal_server_error);
}
}
}
}
......
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