From a29bdcd41dc0a2ab8338ebd9969bf9bc19a30872 Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Thu, 8 Sep 2016 15:20:34 +0100 Subject: [PATCH] Update _pagination.md --- slate/source/includes/_pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slate/source/includes/_pagination.md b/slate/source/includes/_pagination.md index b3ec7247..693c4e19 100644 --- a/slate/source/includes/_pagination.md +++ b/slate/source/includes/_pagination.md @@ -27,7 +27,7 @@ Buddycloud uses [Result Set Management](http://xmpp.org/extensions/xep-0059.html * building mobile applications and needing to limit the amount of data that the API sends back. * your app needs to retrieve new messages since it was last online. -When using the *REST API*, you will pass pagination parameters via the URL query part, while *XMPP-FTW* requires an `rsm` JSON object as part of the outgoing data, as described in . +When using the *REST API*, you will pass pagination parameters via the URL query part, while *XMPP-FTW* requires an `rsm` JSON object as part of the outgoing data, as described in . ## Query Parameters