How do I send Private Messages?

Hello everyone.

I’'m testing the XIFFExample.fla file that comes with the XIFF package.

Everything is fine. But now I want to send private messages between users ina room and I tried this:

chatRoom.sendPrivateMessage ( “SomeNickName”, “Some private message body text”, “”);

/b

I can see the traced XML with the message arriving only to the intended client. But the Room object is not dispatching the “privateMessage” event.

Am I sending the message in a wrong way?

Thanks,

JulianG