1
0
Fork 0
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:
Florian Schmaus 2018-12-21 13:21:50 +01:00
commit 7a3f6f29cc
3 changed files with 97 additions and 13 deletions

View file

@ -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);