mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Use correct class name in docs
XMPPConnectionConfiguration/XMPPTCPConnectionConfiguration
This commit is contained in:
parent
ccc785062e
commit
223d58527b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import org.jivesoftware.smack.ConnectionConfiguration;
|
||||||
* </p>
|
* </p>
|
||||||
* <pre>
|
* <pre>
|
||||||
* {@code
|
* {@code
|
||||||
* XMPPTCPConnectionConfiguration conf = XMPPConnectionConfiguration.builder()
|
* XMPPTCPConnectionConfiguration conf = XMPPTCPConnectionConfiguration.builder()
|
||||||
* .setXmppDomain("example.org").setUsernameAndPassword("user", "password")
|
* .setXmppDomain("example.org").setUsernameAndPassword("user", "password")
|
||||||
* .setCompressionEnabled(false).build();
|
* .setCompressionEnabled(false).build();
|
||||||
* XMPPTCPConnection connection = new XMPPTCPConnection(conf);
|
* XMPPTCPConnection connection = new XMPPTCPConnection(conf);
|
||||||
|
|
Loading…
Reference in a new issue