Tigase.org is the website of the Tigase XMPP/Jabber Server

If you are interested in the Tigase project and want to participate in any way you can request an account on the website and Jabber server in domain tigase.org. Please use the contact form to request the account and describe your planed involvement in the project. You can report bugs or request new features on the project tracker.

If you are looking for a free, XMPP account offered from the Tigase based service you should check the Tigase.im Website. This is the place where the last development version of the Tigase server is running. Check the website for more details.

Our RSS feeds: Blog RSS, Forums RSS, Comments RSS.

Encryption and Tigase running on new JDK

Submitted by andrzej.wojcik on Sat, 2012-05-12 18:35

During a setup of a test environment on the Tigase XMPP Server runing on JDK7 a client could not connect to the server using TLS/SSL encryption.

After investigation I discovered that the JDK7 supports TLS 1.1 and TLS 1.2, a client was using a recent version of the OpenSSL library (version 1.0.1 from Ubuntu 12.04). Knowing that I tried to connect using a command line utility from OpenSSL to connect to a secured port on the Tigase XMPP Server:

openssl s_client -debug -showcerts -connect xmpp.server.com:5223

- another connection failure. After testing connection using a command line ultility from GnuTLS (which was successful), I knew that there was an issue with the recent version of OpenSSL library.

Apparently even that OpenSSL can be convinced to work with proper parameters:

openssl s_client -debug -showcerts -ssl3 -connect xmpp.server.com:5223

Code syntax highlighting lost on the website

Syntax highlighting for Tigase code examples in our documentation has been lost after last, minor Drupal update. We are aware of it and we are working on bringing it back.

For some reason the old markup for the highlighting engine is no longer recognized. Therefore all code examples using this markup are displayed as a plain text.

There is another markup which seems to work fine, however, converting all the code examples is a manual and slow work which takes some time. Also we might be missing some of the pages in the process. Therefore, if you find a page which is not fixed yet, please let us know.

Tigase XMPP Server 5.1.0 Beta6

Submitted by wojtek on Mon, 2012-04-30 14:08

With another test version of 5.1.0 line - beta 6 we introduce one minor change in database schema which should be handled fine by installer. There is also an update instruction available: MySQL database schema upgrade for Tigase 5.1

Packages as usual can be downloaded from the files section of the Tigase XMPP Server project page.

As always all kind of feedback is very welcome. Please feel free to report found bugs in our bugtrack and post questions in the forums.

Tigase XMPP Server 5.1.0 beta 5

Submitted by wojtek on Thu, 2012-04-12 15:53

It's time to present another test version of 5.1.0 line - beta 5. This version incorporates fixes to the ldap authorization, database handling, roster versioning and better handling of large contact lists, options to limit stored messages in the DB, fixes in the installer, updated default startup settings, better support for in-band registration as well as configuration in this regard on per domain basis, additional changes to the logging/debugging to produce more informative output accompanied with additional admin scripts.
This version introduces also a new plugin "mobile" which, when activated optimizes traffic with the mobile devices (identified by client capabilities).

Packages can be downloaded from the files section of the Tigase XMPP Server project page.

As always all kind of feedback is very welcome. Please feel free to report found bugs in our bugtrack and post questions in the forums.