Commit df27ef20 authored by Axel Brand's avatar Axel Brand Committed by daeva

Finishing Commit for GoJara 2.0 Release.

With 2.0, OF-634, OF-635, OF-645 and OF-652 are considered resolved.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/plugins@13570 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0ea79c82
......@@ -44,7 +44,7 @@
GoJara Plugin Changelog
</h1>
<p><b>2.0.0</b> -- Mar 07, 2013</p>
<p><b>2.0.0</b> -- Mar 19, 2013</p>
<ul>
<li>Major refactoring of the Interceptor- and Processor-Structure used by GoJara.</li>
......@@ -56,7 +56,8 @@ GoJara Plugin Changelog
<li>Fixed auto-connecting to transports in Persistant-mode by blocking Presence forwarding to legacy-roster items.</li>
<li>New Feature: MUC-Filter allows to filter MUC from disco#info of transports if only internal conference service should be allowed.</li>
<li>Persistent Roster has its place in GoJara Options view back.</li>
<li>Fixed Errors thrown after unloading GoJara by unloading ComponentEventListener properly</li>
<li>Fixed Errors thrown after unloading GoJara by unloading ComponentEventListener properly.</li>
<li>Reject IQ:Last Packets when Filter activated instead of responding to them, as S2 is responding too.</li>
</ul>
......
......@@ -106,7 +106,7 @@ public class MainInterceptor implements PacketInterceptor {
if (packet.getTo() != null)
to = packet.getTo().toString();
} catch (IllegalArgumentException e) {
Log.warn("There was an illegal JID while intercepting Message for GoJara. Not Intercepting it! " + e.getMessage());
Log.debug("There was an illegal JID while intercepting Message for GoJara. Not Intercepting it! " + e.getMessage());
return;
}
}
......
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