Comment 1 for bug 180108

Revision history for this message
Mats (matsben) wrote :

Somehow the -compress option has sneaked in even if the settings are disable in the dialog if jlib::compress is not loaded. I now guard against this and verify the validity for each in the profiles/login dialog(s).

On my XP box jlib::compress loads OK. It depends on:
package require -exact zlib 2.0.1
so perhaps the likely issue is there.

NB1: ejjabberd has the wrong order of using compression before SASL. This can be switched on by editing jabberlb/connect.tcl and the
 -saslthencomp 1
set to 0 instead.

NB2: I still have a very weird bug where non 7bit ascii characters results in "fatal xml". No idea what is going on.