After enabling The block:

array(1) { ["stream:stream"]=> array(2) { ["@"]=> array(5) { ["xmlns:stream"]=> string(32) "http://etherx.jabber.org/streams" ["xmlns"]=> string(13) "jabber:client" ["from"]=> string(10) "localhost" ["id"]=> string(8) "246e6fdf" ["xml:lang"]=> string(2) "en" } ["#"]=> array(0) { } } }

Comments

darklrd’s picture

Hi safeen,

Where is this array printed? Is it inside the block region? Does it appear as soon as you enable block?

darklrd’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +gsoc2010

Hi safeen,

I tried to reproduce this scenario but failed to do so. I installed a fresh copy of Drupal and the Dxmpp module along with all the required modules and libraries and its working fine.

aaron’s picture

Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Fixed

that looks like a message from "function handleDebug($msg,$level) { " in the various sub-classes. that should all be commented out, so you're probably using an older dev snapshot. please re-open if you still get the error after updating the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tengoku’s picture

Status: Closed (fixed) » Needs review

hello...

i use the beta1 version of the module and i have this problem.

even i deleted the lines where handleDebug function is commented

and message continue to appear.

dxmpp 6.x-1.0-beta1
jQuery UI 6.x-1.3
jQuery Update 6.x-1.1
UR-API 6.x-1.0-rc4
jqueryui-1.7js

darklrd’s picture

Looking into it.

darklrd’s picture

Where are these messages appearing?

Can you please upload a screenshot?

marktheshark’s picture

Status: Needs review » Active

Same here:

array(1) { ["stream:stream"]=> array(2) { ["@"]=> array(5) { ["xmlns:stream"]=> string(32) "http://etherx.jabber.org/streams" ["xmlns"]=> string(13) "jabber:client" ["from"]=> string(9) "localhost" ["id"]=> string(8) "d5e9bdce" ["xml:lang"]=> string(2) "en" } ["#"]=> array(0) { } } }

is printed at the top of my screen not on the front page, but on user pages, and the module doesn't appear to be working...

marktheshark’s picture

Any news about this?

AnthonyRyanLorraine’s picture

I think I've run into something like this while setting up DXMPP MUC. My memory isn't clear, but it may have occurred before/after adding the necessary block for the DXMPP MUC sub-module (or some other step in the DXMPP MUC setup process). I was able to solve it, just don't remember exactly how (it may have been by simply adding the block if my memory above is correct).