Skip to content

Commit

Permalink
fix #59,#72,#73
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcondy authored and guusdk committed Oct 31, 2024
1 parent 5bbd65a commit ae71812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ <h1>

<p><b>4.5.2</b> -- (To be determined)</p>
<ul>
<li>[<a href="https://github.com/igniterealtime/openfire-fastpath-plugin/issues/59">#59</a>] - Error starting service after xStream upgrade to 1.4.18</li>
<li>[<a href="https://github.com/igniterealtime/openfire-fastpath-plugin/issues/72">#72</a>] - NullPointerException when chatbot is not enabled.</li>
<li>[<a href="https://github.com/igniterealtime/openfire-fastpath-plugin/issues/73">#73</a>] - Custom dispatcher must be first.</li>
</ul>

<p><b>4.5.1</b> -- September 12, 2024</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.jivesoftware.util.StringUtils;
import org.jivesoftware.xmpp.workgroup.AgentSession;
import org.jivesoftware.xmpp.workgroup.Offer;
import org.jivesoftware.xmpp.workgroup.chatbot.Chatbot;
import org.jivesoftware.xmpp.workgroup.RequestQueue;
import org.jivesoftware.xmpp.workgroup.Workgroup;
import org.jivesoftware.xmpp.workgroup.utils.FastpathConstants;
Expand Down

0 comments on commit ae71812

Please sign in to comment.