Invitee returns null for declined invitation through Server-to-Server

Hi,

If a MUC room is created on a server difference from where

the client is, after sending the invitation, the invitee returned by invitationDeclined is null by the InvitationRejectionListener if the invitation is declined.

public void invitationDeclined(final String invitee, final String reason) {

}

Could this be a bug?

Thanks,

– Scott

Message was edited by:

yowmhong

Scott,

Are you talking about getting null back in Smack code or are you referring to Jive Messenger code? If the former, can you check the Smack debugger to see what XML is coming in? Does the message look correct or no?

-Matt