From 5c0f539f79c35310850e4c2b031b0d7a27ee18cf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Wed, 16 Oct 2019 12:21:26 +0200 Subject: [PATCH] fix: allow_non_roster_messaging --- sib-chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sib-chat.js b/sib-chat.js index 036e9f2..fd97af7 100644 --- a/sib-chat.js +++ b/sib-chat.js @@ -195,6 +195,7 @@ export const SibChat = { 'authentication': this.element.dataset.authentication, 'password': idToken, 'allow_chat_pending_contacts': true, + 'allow_non_roster_messaging': true, 'allow_dragresize': false, 'allow_logout': false, 'archived_messages_page_size': 30, -- 2.22.2