Subject: MucManager.DirectInvite() call does not set the room ID properly
Alex,
When I call mucmanager.DirectInvite() method, the room JID field in the message sent is not the room JID, instead the invitee JID. See the log capture below:
2012-08-03 14:27:55,046 [10] INFO CmXmpp.XmppPresenter - send DirectInvite(test201@testlab.com,37d6641777ed250aa016465911a1d2a7581a6feb@conference.testlab.com)
2012-08-03 14:27:55,046 [10] INFO CmXmpp.XmppPresenter - SND: <message to="test201@testlab.com" xmlns="jabber:client">
<x jid="test201@testlab.com" xmlns="jabber:x:conference" />
</message>
I am using Matrix.dll version 1.5.0.8.
When I call mucmanager.DirectInvite() method, the room JID field in the message sent is not the room JID, instead the invitee JID. See the log capture below:
2012-08-03 14:27:55,046 [10] INFO CmXmpp.XmppPresenter - send DirectInvite(test201@testlab.com,37d6641777ed250aa016465911a1d2a7581a6feb@conference.testlab.com)
2012-08-03 14:27:55,046 [10] INFO CmXmpp.XmppPresenter - SND: <message to="test201@testlab.com" xmlns="jabber:client">
<x jid="test201@testlab.com" xmlns="jabber:x:conference" />
</message>
I am using Matrix.dll version 1.5.0.8.