Skip to content

Releases: igniterealtime/openfire-fastpath-plugin

Openfire Fastpath Plugin 4.5.1 Release

12 Sep 14:59
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility issue with Openfire 4.9.0 by @guusdk in #69

Full Changelog: v4.5.0...v4.5.1

Openfire Fastpath Plugin 4.5.0 Release

20 Nov 20:12
c8b9c12
Compare
Choose a tag to compare
  • Replaced Fastpath webclient demo website for something that has a little more appeal.
  • Bumps xstream from 1.4.13 to 1.4.20.
  • Bumps commons-fileupload from 1.3.3 to 1.5
  • [#62] - Replace CalendarJS library.
  • [#56] - Prevent NullPointerException when optional data is not provided by the user client.
  • [#54] - Converse now adds metadata that Spark needs.
  • [#53] - Re-initialize TaskEngine when the plugin reloads.
  • [#52] - HSQLDB, SQLServer and Oracle databases should use LOB-type columns to store large property values.
  • [#51] - Add new offline setting: redirect to chat room.
  • [#48] - Converse end-user UI does not get notified of rejection.
  • [#47] - Fix ChatBot's rejection message.
  • [#46] - Allow workgroup's chatbot to be configured in the admin console.
  • [#45] - Fix invalid roomconfig value: moderators (should be: moderator)
  • [#43] - Fix invalid database name for queue properties.
  • [#42] - New Dispatcher ("opportunistic") that offers to all agents at once
  • [#40] - Dispatchers should be configurable.
  • [#30] - Update xstream dependency
  • [#23] - Admin console does not count agents in group
  • [#22] - CORS headers missing on webchat
  • [#21] - Send offer-revoked message to user agent via Chatbot
  • [#20] - Allow Chatbot to enable presence subscription both ways for user agents
  • [#19] - Extend the Fastpath Chatbot to support agent users
  • [#18] - Add a webchat based on ConverseJS to be hosted directly from FastPath
  • [#16] - Point to Discourse for quick start guides in the readme
  • [#4] - Expression is always true in Workgroup Agent code