Neustradamus / sureim

Tigase.IM Web Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SureIM screenshot

Tigase Logo Build Status

Tigase.IM Web Client

Tigase XMPP Web Client. It is based on Tigase JaXMPP library. A live demo is available at the http://tigase.im and by default connects to our public tigase.im installation.

Features

  • 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.

Support

When looking for support, please first search for answers to your question in the available online channels:

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.

Downloads

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>

Compilation

It's a Maven project therefore after cloning the repository you can easily build it with:

mvn -Pdist clean install

License

Tigase Tigase Logo 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.

About

Tigase.IM Web Client

License:GNU Affero General Public License v3.0


Languages

Language:Java 93.2%Language:HTML 4.1%Language:CSS 2.4%Language:JavaScript 0.4%