From 651f8cf7c0f5a0ed0a3121e0d247ae6d96271fe3 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 8 Jul 2016 11:18:20 +0200 Subject: [PATCH] Improve MucEnterConfiguration javadoc by mentioning how to obtain a builder for it. --- .../org/jivesoftware/smackx/muc/MucEnterConfiguration.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MucEnterConfiguration.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MucEnterConfiguration.java index 88664236e..93ba18392 100644 --- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MucEnterConfiguration.java +++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MucEnterConfiguration.java @@ -1,6 +1,6 @@ /** * - * Copyright 2015 Florian Schmaus + * Copyright 2015-2016 Florian Schmaus * * Licensed under the Apache License, Version 2.0 (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 * existing room. When creating a new room, only the Nickname setting is relevant. + *

+ * A builder for this can be obtained by calling {@link MultiUserChat#getEnterConfigurationBuilder(Resourcepart)}. + *

* * @author Florian Schmaus * @since 4.2