[jdev] Average stream content?

2005-11-25 Thread Guus der Kinderen
Is there any information on how an average stream is composed? I'm aware that these numbers won't represent a lot of specific domains, but I'm looking for a general idea, to be used in benchmarking a server. Ideally, I'd like to have information like this: x % of all stanzas received are

Re: [jdev] server with stream compression support

2005-11-25 Thread Sander Devrieze
Op donderdag 24 november 2005 18:47, schreef Alexander Gnauck: Hello, im looking for servers with support for JEP-0138 to test my own. Are there any public servers which support stream compression? Update regarding ejabberd! :-) The contributions page on ejabberd's website got its 16th

Re: [jdev] Average stream content?

2005-11-25 Thread Matthias Wimmer
Hi Guus! Guus der Kinderen schrieb: x % of all stanzas received are messages, average size q bytes, y % of all stanzas received are presence, average size r bytes, z % of all stanzas received are errors, average size s bytes, ... For “amessage.de” I know the following (messured are stanzas

Re: [jdev] Unicode Patch for JIT (Jabber ICQ Gateway)

2005-11-25 Thread Norman Rasmussen
The xmpp.py yahoo transport wants some small unicode fixes (basically, unicode messages are dropped at-the-moment due to an encoding error). If you want to see if you can get that working, I'd be happy to committ the changes into the main CVS repo. On 11/25/05, Tony Yat-Tung Cheung [EMAIL

Re: [jdev] Unicode Patch for JIT (Jabber ICQ Gateway)

2005-11-25 Thread Norman Rasmussen
How is this related to the debian patch? http://bugs.debian.org/273301 On 11/25/05, Tony Yat-Tung Cheung [EMAIL PROTECTED] wrote: Hi, I am glad to release a unicode patch to the popular JIT (Jabber ICQ Gateway). Previously, the JIT does not support sending/receiving Unicode messages. We

RE: [jdev] Average stream content?

2005-11-25 Thread JD Conley
69,4% are presence stanzas (without subscription requests) 18,8% are messages 10,6% are iq stanzas 1,2% are subscription requests It would be interesting to see the percentage of stanzas received as well. I bet message surpasses presence. -JD Conley

[jdev] Re: server with stream compression support

2005-11-25 Thread Alexander Gnauck
Hi Sander, Sander Devrieze [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Update regarding ejabberd! :-) The contributions page on ejabberd's website got its 16th contribution today: a patch for stream compression support in ejabberd. If you want to test the patch, or if you know a

Re: [jdev] Re: server with stream compression support

2005-11-25 Thread Sander Devrieze
Op vrijdag 25 november 2005 20:33, schreef Alexander Gnauck: snip If you want to test the patch, or if you know a client which has support for JEP-0138, you can add a comment to next page: http://ejabberd.jabber.ru/zlib Test results of this experimental patch and eventual improvements

[jdev] Re: Unicode Patch for JIT (Jabber ICQ Gateway)

2005-11-25 Thread Tony Yat-Tung Cheung
Hi Norman Rasmussen, I haven't come across that debian patch until you pointed out. Thanks. Our patches is based on http://www.jabber.ru/files/jit/ jit-1.1.7.tar.gz, which I believe already has included the Debian Patch. However, the jit-1.1.7 doesn't support unicode correctly as tested by

[jdev] Re: server with stream compression support

2005-11-25 Thread Gaston Dombiak
Hey Norman, Jive Messenger doesn't currently support stream compression. However, after we added support for stream features and TLS in JM 2.3.0 it is quite easy to implement stream compression. Therefore, in the next release of the server you will find support for it. :) Regards, -- Gato

Re: [jdev] Unicode Patch for JIT (Jabber ICQ Gateway)

2005-11-25 Thread Alexey Nezhdanov
В сообщении от Пятница 25 Ноябрь 2005 20:07 Tony Yat-Tung Cheung написал(a): Hi, I am glad to release a unicode patch to the popular JIT (Jabber ICQ Gateway). Previously, the JIT does not support sending/receiving Unicode messages. Nope, it's supported receiving unicode messages (version