| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.xmpp.modules.streammng |
| Modifier and Type | Method and Description |
|---|---|
<T extends JaxmppCore> |
MultiJaxmpp.add(T jaxmpp)
Register implementation of JaxmppCore
|
<T extends JaxmppCore> |
MultiJaxmpp.get(BareJID userJid)
Return instance of JaxmppCore connected registered for
specific user account.
|
<T extends JaxmppCore> |
MultiJaxmpp.get(SessionObject sessionObject)
Returns instance of JaxmppCore connected registered for
specific user account represented by SessionObject.
|
<T extends JaxmppCore> |
MultiJaxmpp.remove(T jaxmpp)
Unregisters JaxmppCore.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JaxmppCore> |
MultiJaxmpp.get()
Returns collection of registered instances of JaxmppCore
|
| Constructor and Description |
|---|
StreamManagementModule(JaxmppCore jaxmpp) |
Copyright © 2006–2018 Tigase. All rights reserved.