1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 10:49:41 +02:00

Link to Manager from javadoc-overview.html

This commit is contained in:
Florian Schmaus 2018-08-02 17:14:33 +02:00
parent b69691e676
commit 1e376d4ada
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,9 @@ import java.util.concurrent.TimeUnit;
import org.jivesoftware.smack.SmackException.NotLoggedInException;
import org.jivesoftware.smack.util.Objects;
/**
* Managers provide the high-level API of certain functionality (often standardized by XMPP Extension Protocols).
*/
public abstract class Manager {
final WeakReference<XMPPConnection> weakConnection;