The ultimate Free Open Source Solution for team communications.
-
Updated
Nov 25, 2020 - JavaScript
{{ message }}
The ultimate Free Open Source Solution for team communications.
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
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
Open source, native iOS Messenger, with audio/video calls and realtime chat conversations (full offline support).
Desktop chat client for Google Hangouts
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Currently when an OMEMO message comes in, the desktop notification only says that an encrypted message has arrived, but there is no way to get the decrypted message text in the notification. It would be nice to have the clear text message in the notification instead, or have a config setting to select between the two variants.
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/gErrbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Desktop application for Instagram DMs
Connect your code without leaving Slack
Add a description, image, and links to the chat topic page so that developers can more easily learn about it.
To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."
There are a number of calls in
zerver/views/auth.pytoget_realm-- and most, but not all, catch the potentialRealm.DoesNotExistexception that that raises. The ones that don't currently should catch theRealm.DoesNotExistand raise aJsonableError, to prevent 500's like this: