Tigase Server

Article is about Tigase Server

embedded database

Submitted by Anonymous on Tue, 2010-03-16 13: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 22: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 20: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,

jabber webchat implementation using tigase

Submitted by Anonymous on Tue, 2010-03-09 10:38

hi,

we want to make for our website a webchat available, if you know facebook something similar like the chatbar there.

just i am little bit unsure about the infrastructure what we will need.

maximum users online during heavy hours will be around 80.000, slowly growing.

so far i see no problem in clustering tigase and use it. thx for the well done performance tests. so from this side it should be no problem to go for 3 good machines with one extra database server.