org.jivesoftware.xiff.data.muc

class MUCOwnerExtension

Implemented Interfaces: IExtension

class MUCOwnerExtension extends MUCBaseExtension
Implements the administration command data model in JEP-0045 for multi-user chat.

Field Summary

public static ELEMENT: String
public static NS: String
Static class variables to be overridden in subclasses;
Fields inherited from class org.jivesoftware.xiff.data.XMLStanza

Constructor

public MUCOwnerExtension ( parent: XMLNode)

Method Summary

public deserialize ( node: XMLNode ): Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
public destroy ( reason: String, alternateJID: String ): Void
Replaces the destroy node with a new node and sets the reason element and jid attribute
public getElementName ( ): String
public getNS ( ): String
public serialize ( parent: XMLNode ): Boolean
Called when this extension is being put back on the network. Perform any further serialization for Extensions and items
Methods inherited from class org.jivesoftware.xiff.data.Extension
Methods inherited from class org.jivesoftware.xiff.data.XMLStanza

Field Documentation

ELEMENT

public static var ELEMENT: String

    Constructor Documentation