Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

[Bug] do not get status code 110 in self-presence after joining a more that one user MUC room?

$
0
0

Hi,

 

It seems that users do not get status code 110 in their self-presence after joining a MUC room WHICH HAS MORE THAN ONE USER?

 

My patch is in

org.jivesoftware.openfire.muc.spi.LocalMUCRoom.broadcast(BroadcastMessageRequest messageRequest)

change:

  } else {
  occupant.send(presence);
  }

as

  } else {
  occupant.send(presence.createCopy());
  }

 

That's it.

Charles


Viewing all articles
Browse latest Browse all 10742

Trending Articles