MUCkl 0.4.4 is out

A new release of MUCkl is available. MUCkl is a lightweight spin off project of JWChat. It offers web based access to Jabber/XMPP groupchats/conferences based on the MUC protocol without having to register for a jabber account (just enter your nickname and off you go!).
This release mainly fixes support for Firefox 3 plus some minor bugs.
Try out MUCkl at http://muckl.org or download it from http://blog.jwchat.org/muckl/.

3 Responses to MUCkl 0.4.4 is out »»


Comments

  1. Comment by Lewar | 2009/02/06 at 15:28:22

    I’ve been using MUCkl for 1 year.
    I embedded it in an iframe and connected to ejabberd through http-polling.
    The 0.4.4 was working successfuly under Firefox3 including 3.0.5 release.
    Since Firefox 3.0.6 MUCkl stopped working.

    On the console after the POST to http://jabber.cren.pl/muckl-0.4.4-en/http-poll/,
    there is an error message:

    aPList is null
    _getSuspendVars()()jsjac.js (line 487)
    connected()()jsjac.js (line 295)
    bind()()jsjac.js (line 510)
    [Break on this error] this._doAuth();this._process(this._timer…g=aPList[i].split(”=”);if(aArg[0]==’ID’)

    It is a big pain, because we have embeded MUCkl in 5 e-learning platforms
    and we used to recommend the firefox to our students.

    Where to look for the cause?
    Please HELP!

  2. Comment by zeank | 2009/02/06 at 15:37:36

    Guess that’s related to this bug: http://trac.jwchat.org/jsjac/ticket/54

    Wouldn’t it be an option for you to switch to ejabberd’s http-binding interface instead of using bad old polling?

  3. Comment by Lewar | 2009/02/16 at 12:24:24

    Problem SOLVED!
    The switch from http-polling to http-binding worked without problems.
    Although I had to upgrade ejabberd to version 2.0.3 and before it I had had to upgrade erlang to version R12B_1.
    Inside MUCkl it is enough to change 2 variables in config.js: BACKENDTYPE and HTTPBASE.

    Steve: THANK YOU for your quick help! :)


Leave a Reply »»