Merge "Issue #2937 Fixed from user in xmpp message." into development
Former-commit-id:9aa730cfd8
[formerly 9fc178c2b8cfcbafbe9848076998d29af0f55912] Former-commit-id:85c5f8f64f
This commit is contained in:
commit
4c6151f4cb
1 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ import com.raytheon.openfire.plugin.detailedfeedlog.LogEntry;
|
|||
* ------------ ---------- ----------- --------------------------
|
||||
* Jul 25, 2012 mnash Initial creation
|
||||
* Apr 07, 2014 2937 bgonzale Handle errors processing room events.
|
||||
* Fixed message from user.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -98,7 +99,7 @@ public class DetailedFeedLogEventListener implements MUCEventListener {
|
|||
// set all the necessary values in the message to be
|
||||
// sent out
|
||||
message.setTo(user);
|
||||
message.setFrom(roomJID + "/" + nickname);
|
||||
message.setFrom(roomJID + "/" + sendUser);
|
||||
String body = HISTORY_START
|
||||
+ entry.getDate().getTime() + "|"
|
||||
+ sendUser + "|" + entry.getSite() + "|"
|
||||
|
|
Loading…
Add table
Reference in a new issue