xmpp

Tigase clustering description

Submitted by kobit on Wed, 2012-06-13 07:32

We have recently received many questions about Tigase clustering. You requested information how it is implemented, how it works, what load it can support etc....

As a result I decided to start working on some documentation to give you some technical details and better understanding of the whole thing.

Generate Tigase Installer from latest comipled code

Submitted by Anonymous on Fri, 2010-11-26 17:56

I have successfully compiled the Tigase server with pub-sub and running in debug. Thanks for the nice article Debugging Tigase.

Now I need to to generate Installer from latest binaries. The method describe in Tigase Installer is difficult to understand. Can anybody please help to generate installer from recently compiled jars.

Thanks in advance.

Register User/s Fails

Submitted by Anonymous on Fri, 2010-10-29 13:26

I am running the latest debug snapshot of tigase server. When I try to register an account on my server using any XMPP client, I got the following exception.

disable ipv6

Submitted by Anonymous on Thu, 2010-10-21 13:50

i just installed your jabber server and i see that it binds on ipv6
address with 5269 port:
/home/tigase/etc# netstat -anp | grep 5269
tcp6 0 0 :::5269 :::* LISTEN
7013/java

its okay, but it don't work in ipv4 networks...

and my question is:
how i can bind it to ipv4 address?

Thanks!!!