Document toolboxDocument toolbox

4.3.4. Search

You can see it in action here products.bizzomate.com

Search

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.

 

 

Â