Versions Compared

Key

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

...

Searching in messages, both visible and in your history, is supported and enabled by default. The messages shown on your page are loaded in through lazy loading which means waiting to render and fetch the content on screen until the user or the browser needs itit is needed.

Note

Please note that search is not supported when enabling Encryption, searching is not possibleencryption is enabled.

Encryption

Toggling the encryption for the widget can be achieved through encryption on or off can be done by setting the constant ‘Chat_EncryptMessages’, this has nothing to do with general encryption of your application. Meaning if you disable the encryption for the widget, your regular encryption will still function as normal. Currently with enabling encryption Messages and Chats will be encrypted. For Messages the Content is encrypted and decrypted when needed. For Chats a bit more is encrypted. The last send message, showing the preview text in a channel. The user who send the last message (LastMessageDisplayName) and the username of the user who send the last message are encrypted. Enabeling encryption will encrypt all message content. In other words, chat message content found on the Message and Chat objects.

Message content is encrypted before being stored in the database and decrypted when retrieved for the user. While the actual data is not encrypted during transmission, all communication is secured using HTTPS and WSS.