Deploying the event handler on the Connections server for use with Chat Rooms widget

Deploy the event handler on the IBM® Connections server.

About this task

Instructions for deploying the event handler on the IBM Connections server are described in this article:

Procedure

  1. Deploy the event handler to the Connections server, using the instructions described in this article: Deploying an event handler.
  2. When creating the post-event handler, use this configuration:
    <postHandler enabled="true" invoke="ASYNC" name="ChatRoomsMembershipSynchroniser" class="chatrooms.ChatRoomsMembershipSynchroniser">
      <subscriptions>
        <subscription source="COMMUNITIES" type="MEMBERSHIP" eventName="*"/>
      </subscriptions>
    </postHandler>
  3. Continue with the steps in the Deploying an event handler article.