|
||||||||||
| 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.AddUserToGroup
public class AddUserToGroup
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 |
AddUserToGroup.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 | |
|---|---|
AddUserToGroup()
|
|
AddUserToGroup(java.lang.String username,
java.lang.String groupname)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChildElementXML()
|
boolean |
isCreated()
|
| 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 AddUserToGroup(java.lang.String username,
java.lang.String groupname)
username - groupname - public AddUserToGroup()
| Method Detail |
|---|
public java.lang.String getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQpublic boolean isCreated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||