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:
parent
b69691e676
commit
1e376d4ada
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue