Merge "Issue #2937 Fixed from user in xmpp message." into development
Former-commit-id:b317a39484
[formerly5ded9b0bae
] [formerly9aa730cfd8
] [formerlyb317a39484
[formerly5ded9b0bae
] [formerly9aa730cfd8
] [formerly85c5f8f64f
[formerly9aa730cfd8
[formerly 9fc178c2b8cfcbafbe9848076998d29af0f55912]]]] Former-commit-id:85c5f8f64f
Former-commit-id:33b59e6d7d
[formerly0e4305296c
] [formerly 2cd90fa496e8fa22a82e7f64f7b9798c3b30c3fd [formerly4c6151f4cb
]] Former-commit-id: b8ad16f05d213298f869051e3944d19eb8f38945 [formerly390482aeba
] Former-commit-id:6c20b25f21
This commit is contained in:
commit
bcedd3f3d8
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