11
@mjoel, In the file xim/include/functions, replace the line 81:
$default = "INSERT INTO ".$xoopsDB->prefix('xim_pers_conf')." (username, sound, status) VALUES ('$username', 1, 2)";
by this (4 is the id of blob sound) :
$default = "INSERT INTO ".$xoopsDB->prefix('xim_pers_conf')." (username, sound, status) VALUES ('$username', 4, 2)";
@demian, soon I'll take a look into it