mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Improve javadoc for MamManager.isSupported()
This commit is contained in:
parent
7a2e4140c7
commit
50e98fe31d
1 changed files with 2 additions and 2 deletions
|
@ -609,9 +609,9 @@ public final class MamManager extends Manager {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if MAM is supported for the XMPP connection managed by this MamManager.
|
* Check if this MamManager's archive address supports MAM.
|
||||||
*
|
*
|
||||||
* @return true if MAM is supported for the XMPP connection, <code>false</code>otherwhise.
|
* @return true if MAM is supported, <code>false</code>otherwise.
|
||||||
*
|
*
|
||||||
* @throws NoResponseException
|
* @throws NoResponseException
|
||||||
* @throws XMPPErrorException
|
* @throws XMPPErrorException
|
||||||
|
|
Loading…
Reference in a new issue