Commit d6fbceb7 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed incorrect namespace when adding old messages to history.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@703 b35dd754-fafc-0310-a699-88a17e54d16e
parent c3b56051
......@@ -153,7 +153,7 @@ public final class MUCRoomHistory {
}
// Add the delay information to the message
Element delayInformation = message.addChildElement("x", "jabber:x:deley");
Element delayInformation = message.addChildElement("x", "jabber:x:delay");
delayInformation.addAttribute("stamp", UTC_FORMAT.format(sentDate));
if (room.canAnyoneDiscoverJID()) {
// Set the Full JID as the "from" attribute
......
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