org.jivesoftware.xiff.conference

class InviteListener

Object | +--org.jivesoftware.xiff.conference.InviteListener

class InviteListener extends Object
Manages the broadcasting of events during invitations. Add event listeners to an instance of this class to monitor invite and decline events You only need a single instance of this class to listen for all invite or decline events.
  • Author:
    Sean Treadway
  • Since:
    2.0.0

Field Summary

public addEventListener: Function
public removeEventListener: Function

Constructor

public InviteListener ( aConnection: XMPPConnection)

Method Summary

public getConnection ( ): XMPPConnection
Gets a reference to the XMPPConnection being used for incoming/outgoing XMPP data.
public setConnection ( connection: XMPPConnection ): Void
Sets a reference to the XMPPConnection being used for incoming/outgoing XMPP data.