Tigase XMPP Web Client. It is based on Tigase JaXMPP library. A live demo is available at the https://tigase.im/ and by default connects to our public tigase.im installation.
- RFC 6120 - XMPP CORE
- RFC 6121 - XMPP IM
- WebSocket and BOSH
- Message archive support for access to your old chat history form the server.
- Good MUC support so you can be in a group chat when you have access to a web browser.
- PubSub support for publishing to your PubSub nodes directly from a web browser.
When looking for support, please first search for answers to your question in the available online channels:
- Our online documentation: Tigase Docs
- Our online forums: Tigase Forums
- Our online Knowledge Base Tigase KB
If you didn't find an answer in the resources above, feel free to submit your question to either our community portal or open a support ticket.
Binaries can be downloaded from our Maven repository
You can easily add it to your project by including it as dependency:
<dependency>
<groupId>tigase.sure.web</groupId>
<artifactId>tigase-web-ui</artifactId>
<version>2.2.0</version>
</dependency>
It's a Maven project therefore after cloning the repository you can easily build it with:
mvn -Pdist clean install
Official Tigase repository is available at: https://github.com/tigase/sureim/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.