|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSnacCommand
ChatCommand
UsersCmd
UsersJoinedCmd
A SNAC command sent to indicate that one or more users have joined a chat room. Also sent upon joining a room to list the users in that room.
0x0e, command 0x03| Field Summary |
| Fields inherited from class ChatCommand |
CMD_RECV_CHAT_MSG, CMD_ROOM_UPDATE, CMD_SEND_CHAT_MSG, CMD_USERS_JOINED, CMD_USERS_LEFT, FAMILY_CHAT, FAMILY_INFO |
| Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
| Constructor Summary | |
|
UsersJoinedCmd(FullUserInfo[] users)
Creates a new outgoing uesr join command with the given list of users. |
protected |
UsersJoinedCmd(SnacPacket packet)
Creates a new user join command from the given incoming SNAC packet. |
| Methods inherited from class UsersCmd |
getUsers, toString, writeData |
| Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected UsersJoinedCmd(SnacPacket packet)
packet - an incoming user join SNAC packetpublic UsersJoinedCmd(FullUserInfo[] users)
users - the users who have joined the chat room (or a list of the
users in the chat room if this is sent to a joining user)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||