Commit 60c8f3d2 authored by Tom Evans's avatar Tom Evans Committed by Christian Schudt

OF-954: Fix MUC room sync in cluster

Applying patch proposed by Luki de Silva.
parent bbea5af0
......@@ -69,7 +69,7 @@ public class OccupantAddedEvent extends MUCRoomTask {
}
public String getNickname() {
return presence.getTo().getResource().trim();
return presence.getFrom().getResource().trim();
}
public MUCRole.Role getRole() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment