The Wayback Machine - https://web.archive.org/web/20201114060914/https://github.com/topics/chat
Skip to content
#

chat

Here are 5,240 public repositories matching this topic...

Nutomic
Nutomic commented Nov 7, 2020

If we compile with #![deny(missing_docs)] in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques

mwild1
mwild1 commented Oct 23, 2020

Is your feature request related to a problem? Please describe.

  1. Deploy a configuration that has a locked MUC domain, e.g. muc.example.org
  2. Click Add a new groupchat
  3. Enter a room address like room@muc.example.org
  4. The @ gets escaped and Converse.js attempts to join room\40muc.example.org@muc.example.org

Describe the solution you'd like

If the input ends with

Fab1en
Fab1en commented Aug 27, 2018

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

Chat apps

Improve this page

Add a description, image, and links to the chat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.