public class Registration
extends org.xmpp.packet.IQ
| Constructor and Description |
|---|
Registration() |
Registration(org.dom4j.Element el) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
Returns the map of String key/value pairs of account attributes.
|
String |
getInstructions()
Returns the registration instructions, or null if no
instructions have been set.
|
void |
setAttributes(Map<String,String> attributes)
Sets the account attributes.
|
void |
setInstructions(String instructions)
Sets the registration instructions.
|
addExtension, createCopy, createResultIQ, deleteExtension, getChildElement, getExtension, getType, isRequest, isResponse, setChildElement, setChildElement, setTypepublic Registration()
public Registration(org.dom4j.Element el)
public String getInstructions()
public void setInstructions(String instructions)
instructions - the registration instructions.public Map<String,String> getAttributes()
Copyright © 2014. All Rights Reserved.