Tigase Server

Article is about Tigase Server

commercial license

Submitted by Anonymous on Wed, 2010-03-17 06:44

To someone whom may concern:
Hi,
I try to leave a message though your web contact system, but no one reply me till now.
We would like to use Tigase to provide service as a commercial use and need to understand your license policy & fee. Would you please provide related information to us?

Thank you so much.
Echo (echo.khh@gmail.com)

embedded database

Submitted by Anonymous on Tue, 2010-03-16 14:30

hello guys. i am wondering about using the embedded derby database for our company which might have 1000 clients in the near future. is this a good approach or should i be better off with external DB. if external is a better option than whats the max client size for the embedded DB.

Another question is if the embedded db is keeping the user clients passwords in encrypted manner.

Session establishment not offered by server

Submitted by Anonymous on Fri, 2010-03-12 23:01

I have a simple test Tigase server running and trying to connect using the Smack APIs. However, I get an exception within Smack API for "Server establishment not offered by server". After looking into this more, I see that the following stream comes when using Tigase 4.3 or 5.x beta:

[?xml version='1.0'?]
[stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='XXXXXX' id='XXXXX' version='1.0' xml:lang='en']
[stream:features]
[ver xmlns="urn:xmpp:features:rosterver"/]
[starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/]

bashism removal patch

Submitted by Anonymous on Tue, 2010-03-09 21:19

(I'm following the notes at http://www.tigase.org/content/how-help - although the bug reporter is dead (it looks like it's swapped to http://www.tigase.org/content/tigase-xmpp-server so I've raised two tickets there. It also seems better than a forum for bug reports, but I'll do as I'm told!)

This patch removes a pile of bashisms from shell scripts, it also has a few minor improvements:
- "$@" rather than $* (this copes with whitespace)
- tigase.sh works out TIGASE_HOME better and removes the bashism regexp at the expense of using readlink (which isn't in POSIX)

Cheers,