Skip to content

Commit

Permalink
OF-928 Add a copy of the extendedInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cridland committed Dec 7, 2015
1 parent 2ade78e commit 3b3aa8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java/org/jivesoftware/openfire/muc/spi/LocalMUCRole.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ public void setPresence(Presence newPresence) {
this.presence = newPresence;
this.presence.setFrom(getRoleAddress());
if (extendedInformation != null) {
extendedInformation.setParent(null);
presence.getElement().add(extendedInformation);
Element exi = extendedInformation.createCopy();
presence.getElement().add(exi);
}
}

Expand Down

0 comments on commit 3b3aa8d

Please sign in to comment.