coder2000 / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

jabber.protocol.client.Message From Incorrect #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Fire the OnRoomMessage event in a MUC Room

What is the expected output? What do you see instead?
The OnRoomEvent should fire and the jabber.protocol.client.Message 
variable should have the correct From information. Instead it merely 
impersonates the MUC JID, which is not usefull as you already know the 
Room that called the event, you want the JID of the participant that just 
sent a message to the room.

What version of the product are you using? On what operating system?
2.1.0 , Windows XP, Windows Vista, Windows 2000

Please provide any additional information below.
Thanks for the great library, hope this is resolved soon as it is unusable 
to me until fixed.

Original issue reported on code.google.com by AustralianFingerLime on 27 Feb 2009 at 12:04