| Initial presence sent when joining an existing room or creating a new room. The JoinRoom presence
indicates the posibility of the sender to speak MUC.
Code example:
// Join an existing room or create a new one.
JoinRoom joinRoom = new JoinRoom("john@jabber.org/notebook", "room@conference.jabber.org/nick");
component.sendPacket(joinRoom);
author: Gaston Dombiak |