Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Click on message icon to open the Messenger popup
  • Can search friends in the friend list to start the conversation
  • Auto-suggestion while searching friends. Limit 100 conversations to show in Messenger popup as default
  • Can resize the Messenger popup
  • Can open the Messenger in new tab
  • Notification for a new message:
      *
      • At top notification if user does not open Messenger popup
      *
      • At the corresponding conversation if the popup is being opened
    • Move the latest conversation on top
    • In one conversation
        *
        • Can search content from all messages
        *
        • Can temporary hide the conversation
        *
        • Can turn on / off the notification so that this user does not receive notification for new messages of this conversation
        *
        • Can resize the chatting box
        *
        • Can attach files as gif, jpeg, png, jpg and zip into message
        *
        • Can use emoticon on message
        *
        • Can attach a link to message
        *
        • Can delete a message sent by this user
        *
        • Allow unlimited characters in text message
        *
        • Use Shift + Enter or Ctrl + Enter to add new line on chatting box
        *
        • Apply ban filters for message content

      Setting - Back End

      • Configure the Node JS server
      • Configure total latest conversation in IM list
      • Configure how long user can still delete their own message

      ...

      • Give 777 permission for folder PF.Site/Apps/core-im/.
      • Install the IM app from the store.
      • Give 775 permission for files in folder PF.Site/Apps/core-imassets/sounds/.
      Code Block
      bash
      bash
      
      sudo chmod -R 775 core-im/assets/sounds/
      

      ...