Hey there,
the connection between drupal and the jabberserver works fine. If I sent a message to the drupal user the chatbox pops up but i only see a white window without the text. The MUC windwo is also emtpy and show nothing.

I use ejabbberd 2.1.5.

Any Ideas?

CommentFileSizeAuthor
#3 dxmpp_settings.jpg306.58 KBIckZ
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IckZ’s picture

hm.. firebug tells me: "Strophe: 1 - "no requests during idle cycle, sending blank request"" when I send a message to drupal and when the chatbox popsup.

and this:
function() - error - TypeError: $("#dxmpp-chatbox .dxmpp-content").tabs is not a function { message="$("#dxmpp-chatbox .dxmp....tabs is not a function", more...} $("#dxmpp-chatbox .dxmpp-content").tabs is not a function

darklrd’s picture

Hi IckZ,
Can you post your DXMPP settings?

IckZ’s picture

FileSize
306.58 KB

Hey darklrd,
thanks for your reply. Find my settings attached. flXHR is disabled because I set up a reverse proxy.. The redirect from domain.de:5280/http-bind/ to domain.de/http-bind/ works fine.

edit: I'm using ejabberd 2.1.5 - Users of drupal are created in the ejabberd database. So the Connection should not be the problem I think.

Thanks for your help!

darklrd’s picture

Hey IckZ,

Your settings seem to be fine.

Most likely the problem is with jQuery UI version. jQuery UI filenames have been changed from version 1.8.2 onwards. Which version of jQuery UI are you using? It should be version 1.8.2 or later.

Edit - I just now saw the project page and it is mentioned to use jQuery UI library 1.7.2 or later. It will be changed soon. Sorry!

IckZ’s picture

darklrd,
Oh noo and i read the intstructions again and again and found nothing :) - Thats IT! The only thing is that Jquery Cycle dont work. Is there also a special version, i need to use?

$(".cycle-wrapper", $ui).children("li").unwrap is not a function
[Break on this error] $('.cycle-wrapper', $ui).children('li').unwrap();  

king regards and many thanks!