-
Updated
Oct 27, 2020 - JavaScript
chat
Here are 5,179 public repositories matching this topic...
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Oct 16, 2020 - Go
-
Updated
Oct 26, 2020 - Go
-
Updated
Oct 27, 2020 - Rust
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Oct 5, 2020 - CoffeeScript
-
Updated
Oct 7, 2020 - Java
-
Updated
Sep 25, 2020 - Objective-C
Is your feature request related to a problem? Please describe.
- Deploy a configuration that has a locked MUC domain, e.g.
muc.example.org - Click Add a new groupchat
- Enter a room address like
[email protected] - The
@gets escaped and Converse.js attempts to joinroom\[email protected]
Describe the solution you'd like
If the input ends with
I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.
When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.
botui.message.add({
content: 'Hello World'
});
botui.message.add({
content: 'Here is a picture : ![](https://www.google.fr/images/branding/g-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 2, 2020 - JavaScript
Chat apps
Slack + GitHub
Connect your code without leaving Slack
Improve this page
Add a description, image, and links to the chat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."
It might be valuable to implement an integration with Jotform, as we have received feedback from users who would be willing to switch to Zulip if we had that feature available.
It seems like a standard outgoing webhook, with https://www.jotform.com/help/245-how-to-setup-a-webhook-with-jotform providing some introductory information on setting this up.