mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2024-11-14 22:55:06 +00:00
Updates
This commit is contained in:
parent
b623e31636
commit
06261ffa69
File diff suppressed because one or more lines are too long
16
chatbox.js
16
chatbox.js
File diff suppressed because one or more lines are too long
19
index.html
19
index.html
@ -12,13 +12,20 @@
|
|||||||
|
|
||||||
<script src="./chatbox.js"></script>
|
<script src="./chatbox.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
var config = {
|
||||||
|
matrixServerUrl: 'https://matrix.rhok.space',
|
||||||
|
botUsername: '@help-bot:rhok.space',
|
||||||
|
roomName: 'Support Chat',
|
||||||
|
termsUrl: 'https://tosdr.org/',
|
||||||
|
introMessage: 'This chat application does not collect any of your personal data or any data from your use of this service.',
|
||||||
|
agreementMessage: 'Do you want to continue?',
|
||||||
|
confirmationMessage: 'Waiting for a facilitator to join the chat...',
|
||||||
|
exitMessage: 'The chat is closed. You may close this window.',
|
||||||
|
chatUnavailableMessage: 'The chat service is not available right now. Please try again later.',
|
||||||
|
anonymousDisplayName: 'Anonymous',
|
||||||
|
}
|
||||||
|
|
||||||
EmbeddableChatbox.mount({
|
EmbeddableChatbox.mount(config);
|
||||||
termsUrl: "https://tosdr.org/",
|
|
||||||
privacyStatement: "This chat application does not collect any of your personal data or any data from your use of this service.",
|
|
||||||
matrixServerUrl: "https://matrix.rhok.space",
|
|
||||||
roomName: "Support Chat",
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user