Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

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 until it is needed.

Please note that search is not supported when encryption is enabled.

Encryption

Toggling encryption on or off can be done by setting the constant ‘Chat_EncryptMessages’. 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.

  • No labels