|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
public class ChatRoomInvitationJabberImpl
The Jabber implementation of the ChatRoomInvitation interface.
| Constructor Summary | |
|---|---|
ChatRoomInvitationJabberImpl(ChatRoom targetChatRoom,
String inviter,
String reason,
byte[] password)
Creates an invitation for the given targetChatRoom, from the given inviter. |
|
| Method Summary | |
|---|---|
byte[] |
getChatRoomPassword()
Returns the password to use when joining the room. |
String |
getInviter()
Returns the ChatRoomMember that sent this invitation. |
String |
getReason()
Returns the reason of this invitation, or null if there is no reason. |
ChatRoom |
getTargetChatRoom()
Returns the ChatRoom, which is the target of this invitation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatRoomInvitationJabberImpl(ChatRoom targetChatRoom,
String inviter,
String reason,
byte[] password)
targetChatRoom - the ChatRoom for which the invitation isinviter - the ChatRoomMember, which sent the invitationreason - the reason of the invitationpassword - the password| Method Detail |
|---|
public ChatRoom getTargetChatRoom()
ChatRoomInvitation
getTargetChatRoom in interface ChatRoomInvitationpublic String getInviter()
ChatRoomInvitation
getInviter in interface ChatRoomInvitationpublic String getReason()
ChatRoomInvitation
getReason in interface ChatRoomInvitationpublic byte[] getChatRoomPassword()
ChatRoomInvitation
getChatRoomPassword in interface ChatRoomInvitation
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||