org.jivesoftware.spark.ui.conferences
Interface RoomInvitationListener


public interface RoomInvitationListener

Users of this interface may want to intercept MUC Invitations for their own uses.


Method Summary
 boolean handleInvitation(org.jivesoftware.smack.XMPPConnection conn, java.lang.String room, java.lang.String inviter, java.lang.String reason, java.lang.String password, org.jivesoftware.smack.packet.Message message)
          Return true if you wish to handle this invitation.
 

Method Detail

handleInvitation

boolean handleInvitation(org.jivesoftware.smack.XMPPConnection conn,
                         java.lang.String room,
                         java.lang.String inviter,
                         java.lang.String reason,
                         java.lang.String password,
                         org.jivesoftware.smack.packet.Message message)
Return true if you wish to handle this invitation.

Parameters:
conn -
room -
inviter -
reason -
password -
message -
Returns:
true if handled.