CONVERSE.JS
Converse.js is a free and open-source XMPP chat client written in Javascript which can be tightly integrated into any website. The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-service) solution, is that your users can have a much more customized, streamlined and integrated webchat experience and that you have control over the data. The latter being a requirement for many sites dealing with sensitive information. Youโll likely want users who are authenticated on your website, to also automatically be authenticated on the XMPP server. In order to do this, youโll have to add some server-side code for your website. The An XMPP server and Single Session Support sections provide more information on how to achieve this.
CONVERSE.JS
Industry:
Information Technology SaaS Software
Website Url:
http://www.conversejs.org
Status:
Active
Technology used in webpage:
Viewport Meta IPhone / Mobile Compatible SSL By Default LetsEncrypt Content Delivery Network Domain Not Resolving Nginx IPv6 Apple Mobile Web App Capable Hetzner
Similar Organizations
Contentder
Contentder is an Australian SaaS-based intelligent website and mobile app builder.
Official Site Inspections
http://www.conversejs.org Semrush global rank: 4.08 M Semrush visits lastest month: 3 K
- Host name: static.75.96.12.49.clients.your-server.de
- IP address: 49.12.96.75
- Location: Germany
- Latitude: 51.2993
- Longitude: 9.491
- Timezone: Europe/Berlin
More informations about "Converse.js"
Integrating converse.js into other frameworks โ Converse 10.1.4 ...
Integrating converse.js into other frameworks¶ Angular.js¶. Angular.js has the concept of a service, which is a special kind of provider.. An angular.js service is a constructor or object โฆSee details»
Writing a plugin โ Converse 10.1.4 documentation
Note. Using the overrides feature from pluggable.js is discouraged. Itโs much better to use events, promises and hooks to modify the behaviour of Converse.. The pluggable.js overrides will only โฆSee details»
Quickstart โ Converse 10.1.4 documentation
Where to go from here?¶ Have a look at the various features that Converse provides, for some of them you might have to do more setup work, like configuring an XMPP server or webserver.. โฆSee details»
GitHub - conversejs/converse.js: Web-based XMPP/Jabber chat โฆ
Web-based XMPP/Jabber chat client written in JavaScript - conversejs/converse.jsSee details»
Converse.js - GitHub
Conversejs/github-action-xmpp-notifierโs past year of commit activity. Go 1 Apache-2.0 4 0 0 Updated Oct 20, 2023. converse-desktop Public Electron-based Desktop client for Converse.js โฆSee details»
Configuration โ Converse 10.1.4 documentation
Newer versions of Strophe.js, support the ability to run the XMPP Connection inside a shared worker thatโs shared between open tabs in the browser in which Converse is running (and โฆSee details»
Converse.js | Mobile
Currently the conversejs.org XMPP server does not support HTTP-file upload (although Converse the client does), which means that we don't host any uploaded files of users. During normal โฆSee details»
Converse Documentation โ Converse 10.1.4 documentation
Converse Documentation¶ Preface¶. This is the official documentation for Converse. If youโd like to contribute, please read the Writing Documentation page ...See details»
Converse 8 has been released - Opkode
Sep 13, 2021 Iโm happy to announce that, after almost a year of development, the latest major version of Converse has been released. Converse is an XMPP chat client, written in JavaScript, that runs in your web browser.See details»
Development โ Converse 10.1.4 documentation
Development¶. Welcome to the developer documentation of Converse.js. Here you will learn how to add new features and how you can create your own customized version of Converse.See details»
Creating custom plugin for Converse.js 9.1.1 - Stack Overflow
Aug 26, 2022 Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about โฆSee details»
Setting up converse.js as a web-based chat client. - Medium
Apr 14, 2017 As not bleeding edge, nifty-keen-like-wow the XMPP protocol is, Jabber (the colloquial name for XMPP Iโll be using them interchangably in this article) has been my go-to โฆSee details»
Converse.js API Documentation Namespace: converse
Mar 15, 2024 Public API method which will ensure that the #conversejs element is inserted into a container element. This method is useful when the #conversejs element has been detached โฆSee details»
Source: headless/plugins/chat/api.js - converse .js
Mar 15, 2024 converse.js. API Documentation. Source: headless/plugins/chat/api.js import { _converse, api } from "../../core.js"; import log from "../../log.js"; export default ...See details»
Converse.js
Contact. Follow me on Twitter or chat with me via XMPP at [email protected].; For technical support, you can ask on Stack Overflow or if you have a more simple question you can ask in โฆSee details»
A free and open-source XMPP chat client for your website - Reddit
Off-the-Record Messaging (OTR) is a cryptographic protocol that provides encryption for instant messaging conversations. OTR uses a combination of AES symmetric-key algorithm with 128 โฆSee details»
Setup and integration โ Converse 10.1.4 documentation
Lets say the domain under which you host Converse is example.org:80, but the domain of your connection manager or the domain of your HTTP file server (for XEP-0363 HTTP File Upload) โฆSee details»
javascript - Converse.js core library - Stack Overflow
Nov 4, 2016 ConverseJS and Openfire: room joining problems. 5. Converse.js render into a container. 1. Converse.js Message Archiving not working. 1. Send message programmatically โฆSee details»
Setting up a dev environment โ Converse 10.1.4 documentation
Note. After running `make dev`, you should now have a new node_modules directory which contains all the external dependencies of Converse. If this directory does NOT exist, โฆSee details»