org.jivesoftware.xiff.data.muc
class MUCOwnerExtension
Object
|
+--org.jivesoftware.xiff.data.XMLStanza
|
+--org.jivesoftware.xiff.data.Extension
|
+--org.jivesoftware.xiff.data.muc.MUCBaseExtension
|
+--org.jivesoftware.xiff.data.muc.MUCOwnerExtension
Implemented Interfaces: IExtensionclass MUCOwnerExtension extends MUCBaseExtension
Implements the administration command data model in JEP-0045 for multi-user chat.
- Author:Sean Treadway
- Since:2.0.0
Fields inherited from class org.jivesoftware.xiff.data.XMLStanza
Method Summary
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
Replaces the
destroy node with a new node and sets the reason element and jid attribute 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.muc.MUCBaseExtension
Methods inherited from class org.jivesoftware.xiff.data.XMLStanza
Field Documentation
Constructor Documentation
Method Documentation
deserialize
public function deserialize (
node: XMLNode): Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
- Overrides:
- Parameters:
node (XMLNode) The node that should be used as the data container.
destroy
public function destroy (
reason: String,
alternateJID: String): Void
alternateJID: String): Void
Replaces the
destroy node with a new node and sets the reason element and jid attribute - Parameters:
reason A string describing the reason for room destruction alternateJID A string containing a JID that room members can use instead of this room
getElementName
public function getElementName (
): String
- Specified by:getElementName in interface org.jivesoftware.xiff.data.IExtension
getNS
public function getNS (
): String
- Specified by:getNS in interface org.jivesoftware.xiff.data.IExtension
serialize
public function serialize (
parent: XMLNode): Boolean
Called when this extension is being put back on the network. Perform any further serialization for Extensions and items
- Overrides:
- Parameters:
parent parentNode (XMLNode) The container of the XML.
- MUCOwnerExtension.as, Last Modified: 3/10/2005 10:12:44 PM