MUC

warning: Creating default object from empty value in /home/webapp/drupal-6.28/sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.pages.inc on line 34.

MUC problem when a user is using more than one resource

Submitted by Anonymous on Wed, 2011-01-12 09:24

Hey !

I was playing with my XMPP client, and I noticed there is an error when a user is connected to the same room with multiple resources.

If a user connects to a room with different resources AND different nicknames, when one of this resources turns "unavailable", the presence is not broadcasted to other MUC users.

If the user connects to a room with different resources but is using a single nickname, the behavior is ok. Since the presence should only be broadcasted when the last resource becomes unavailable.

Setting up MUC

Submitted by Anonymous on Mon, 2010-09-13 06:36

Hi,

I'm trying to figure out the configuration for multi user chat(a chat room) in tigase. How do i configure it from psi?, how do i create a chat room from psi(if it's possible)?

Thanks in advance,

AJ

MUC - Managing Discussion History does not work.

Submitted by Anonymous on Mon, 2010-08-16 17:32

Hi all.

I'm using Tigase Server to manage XMPP stranzas sent from a web client (JSJac and Strophe) through Bosh. I'm sending a presence stranza with this specific History manage attribute:

<history maxchars='0'/>

According to the XEP-0045 Multi-User Chat specification (http://xmpp.org/extensions/xep-0045.html#enter-managehistory), the XMPP server should not return any history messages at all if you specify the maxchars='0' attribute, but the problem is that I keep receiving all the history messages even if don't want to get them.

MUC component - bugs with affiliations

Submitted by Anonymous on Fri, 2010-07-09 15:08

Hey,

Playing with the MUCComponent, I noticed a few bugs. For exemple, when a Room has some affiliations but these members aren't present, some command will throw NullPointerException

---
java.lang.NullPointerException
at tigase.muc.modules.ModeratorModule.processGet(ModeratorModule.java:283)
at tigase.muc.modules.ModeratorModule.process(ModeratorModule.java:233)
at tigase.muc.MUCComponent.runModules(MUCComponent.java:259)
---

Some of these errors seem quite trivial to fix, so, I'd like to know how to possibly help fixing them.