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.

For professional services and commercial Tigase products please refer to the company website: www.tigase.com

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

Tigase XMPP Server 5.2.0 - FTL - Beta1

Submitted by kobit on Wed, 2013-05-01 21:42

Finally published! FTL because as soon as we made binaries available people started to download it before even I wrote an announcement. And FTL because, once again, we made so much performance improvements that we expect it to be faster than light. From version 2.0 I mention about huge performance improvements. Each time I believe nothing more can be squeezed out of the code and then I find another place to improve.

This is probably our biggest and greatest release yet. With so many new elements, components and functions. Therefore, we are really happy to give this version out to your hands. As usually binary files are available on the project tracking website.

Even though this is our first beta for the 5.2.0 it is already quite well tested and with next betas we expect a few more additions.

Here is a list of major new additions:

--roster-implementation

Submitted by kobit on Wed, 2013-04-24 20:44
::
Default value: 
RosterFlat.class.getCanonicalName()
Example: 
--roster-implementation=my.pack.CustomRosterImpl
Possible values: 
Class extending tigase.xmpp.impl.roster.RosterAbstract
Description: 
This property allows you to specify a different RosterAbstract implementation. This might be useful for a customized roster storage, or extended roster content or in some cases for some custom logic for certain roster elements.
Available since: 
5.2.0
Author: 
Artur Hefczyc
Date: 
Wed, 2013-04-24
Product: 
Tigase XMPP Server

Tigase XMPP Server 5.1.5 update while waiting for 5.2.0 version

Submitted by kobit on Fri, 2013-04-19 01:37

We are working hard on preparing Tigase XMPP Server 5.2.0 release. It is very close as you can guess from remaining tasks list. As you can see we are working on binary packages preparation and installer update. This is necessary as there is lots of new stuff coming to next version. An almost complete list of all changes in version 5.2.0 is on our roadmap page. Almost complete because there will be some new additions to the standard Tigase distribution which are developed as separate projects such as message archiving support (XEP-0136) and... a few surprises....

In the meantime we are releasing 5.1.x update with a few bug fixes and corrections, such as presence update from just subscribed contact of the contact has multiple connections and a few other minor fixes. You can grab binary packages from our project files section.

--stats-history

Submitted by kobit on Mon, 2013-04-15 20:55
::
Default value: 
none
Example: 
--stats-history=2160,10
Possible values: 
SIZE-NUM,INTERVAL_NUM
Description: 

The Tigase XMPP Server can store server statistics internally for a given period of time. This allows you to connect to a running system and collect all the server metrics along with historic data which are stored on the server.

This is very useful when something happens on your production system you can connect and see when exactly this happened and what other metrics looked around this time.

Available since: 
5.0.0
Author: 
Artur Hefczyc
Date: 
Mon, 2013-04-15
Product: 
Tigase XMPP Server