mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix javadoc in MUCInitialPresence.History
This commit is contained in:
parent
91f0a091df
commit
ae64b0ad4b
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue