mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Merge branch '4.3'
This commit is contained in:
commit
7a3f6f29cc
3 changed files with 97 additions and 13 deletions
|
@ -114,8 +114,8 @@ import org.jxmpp.jid.Jid;
|
|||
* <pre>
|
||||
* {@code
|
||||
* MamQueryArgs mamQueryArgs = MamQueryArgs.builder()
|
||||
* .withJid(jid)
|
||||
* .setResultPageSize(10)
|
||||
* .limitResultsToJid(jid)
|
||||
* .setResultPageSizeTo(10)
|
||||
* .queryLastPage()
|
||||
* .build();
|
||||
* MamQuery mamQuery = mamManager.queryArchive(mamQueryArgs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue