igniterealtime / openfire-fastpath-plugin

Adds support for managed queued chat requests, such as a support team might use
5 stars 12 forks source link

some bug fix. #71

Closed fjcondy closed 1 month ago

fjcondy commented 1 month ago

1.FormManager,java load workgroupForm: xstream have Type limit.must set allowTypes when xstream update 1.4.20 2.Request.java: when chatbot.enabled =false default. chatBot is null so throw NLP exception. 3.WorkgroupUtils.java when set custom dispatchers must in the first of dispatcher List. because RequestQueue.java gets first dispather to the default dispather class in dispatcher List.

guusdk commented 1 month ago

Thank you!

I believe that this fixes the following issues:

Can you please modify your change to include this in the changelog.html file?

fjcondy commented 1 month ago

already add fix #59 #72 #73 in changelog.html

guusdk commented 1 month ago

Thanks for your fixes! You can now download the latest SNAPSHOT release from https://www.igniterealtime.org/projects/openfire/plugin-archive.jsp?plugin=fastpath to test your changes!