mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Improve MucEnterConfiguration javadoc
by mentioning how to obtain a builder for it.
This commit is contained in:
parent
d3cc9d12a0
commit
651f8cf7c0
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Copyright 2015 Florian Schmaus
|
* Copyright 2015-2016 Florian Schmaus
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -28,6 +28,9 @@ import org.jxmpp.jid.parts.Resourcepart;
|
||||||
/**
|
/**
|
||||||
* The configuration used to enter a MUC room. This configuration is usually used when joining an
|
* The configuration used to enter a MUC room. This configuration is usually used when joining an
|
||||||
* existing room. When creating a new room, only the Nickname setting is relevant.
|
* existing room. When creating a new room, only the Nickname setting is relevant.
|
||||||
|
* <p>
|
||||||
|
* A builder for this can be obtained by calling {@link MultiUserChat#getEnterConfigurationBuilder(Resourcepart)}.
|
||||||
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Florian Schmaus
|
* @author Florian Schmaus
|
||||||
* @since 4.2
|
* @since 4.2
|
||||||
|
|
Loading…
Reference in a new issue