1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 22:32:06 +01:00

Fix javadoc in MUCInitialPresence.History

This commit is contained in:
Florian Schmaus 2014-03-17 20:49:05 +01:00
parent 91f0a091df
commit ae64b0ad4b

View file

@ -26,14 +26,14 @@ import java.util.TimeZone;
/** /**
* Represents extended presence information whose sole purpose is to signal the ability of * Represents extended presence information whose sole purpose is to signal the ability of
* the occupant to speak the MUC protocol when joining a room. If the room requires a password * the occupant to speak the MUC protocol when joining a room. If the room requires a password
* then the MUCInitialPresence should include one.<p> * then the MUCInitialPresence should include one.
* * <p>
* The amount of discussion history provided on entering a room (perhaps because the * The amount of discussion history provided on entering a room (perhaps because the
* user is on a low-bandwidth connection or is using a small-footprint client) could be managed by * user is on a low-bandwidth connection or is using a small-footprint client) could be managed by
* setting a configured History instance to the MUCInitialPresence instance. * setting a configured History instance to the MUCInitialPresence instance.
* @see MUCInitialPresence#setHistory(MUCInitialPresence.History).
* *
* @author Gaston Dombiak * @author Gaston Dombiak
* @see MUCInitialPresence#setHistory(MUCInitialPresence.History)
*/ */
public class MUCInitialPresence implements PacketExtension { public class MUCInitialPresence implements PacketExtension {