|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smack.packet.Packet
org.jivesoftware.smack.packet.IQ
org.olat.instantMessaging.syncservice.GroupCreate
public class GroupCreate
Description:
Creates an XMPP package with a custom nameSpace and handles the response of it.
This is used to talk with the instant messaging server over the same protocol that is
also used for chat/groupchat stuff
Initial Date: 04.08.2008
| Nested Class Summary | |
|---|---|
static class |
GroupCreate.Provider
|
| Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ |
|---|
org.jivesoftware.smack.packet.IQ.Type |
| Field Summary |
|---|
| Fields inherited from class org.jivesoftware.smack.packet.Packet |
|---|
ID_NOT_AVAILABLE |
| Constructor Summary | |
|---|---|
GroupCreate()
|
|
GroupCreate(java.lang.String groupId,
java.lang.String groupname,
java.lang.String description)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChildElementXML()
|
boolean |
isCreated()
|
void |
setCreated(boolean success)
|
| Methods inherited from class org.jivesoftware.smack.packet.IQ |
|---|
getType, setType, toXML |
| Methods inherited from class org.jivesoftware.smack.packet.Packet |
|---|
addExtension, deleteProperty, equals, getError, getExtension, getExtension, getExtensions, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupCreate(java.lang.String groupId,
java.lang.String groupname,
java.lang.String description)
groupId - unique group identifiergroupname - display namedescription - optional descriptionpublic GroupCreate()
| Method Detail |
|---|
public java.lang.String getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQpublic void setCreated(boolean success)
public boolean isCreated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||