-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2544 4b5297f7-1745-476d-ba37-a9c6900126ab
- Loading branch information
Peter Saint-Andre
committed
Dec 1, 2008
1 parent
f67efe4
commit d885f51
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,7 +427,7 @@ | |
<section1 topic='Examples' anchor='examples'> | ||
<p>The foregoing examples show the use of result set management in the context of <cite>Jabber Search</cite>. In the following examples we show the use of this protocol in the context of <cite>Service Discovery</cite>. <cite>XEP-0136</cite> ("Message Archiving") includes more examples. A future version of this document may also include examples from <cite>Publish-Subscribe</cite> and other XMPP protocol extensions.</p> | ||
<example caption='Requesting a Limit to the Result Set'><![CDATA[ | ||
<iq type='set' from='[email protected]/roundabout' to='conference.jabber.org' id='ex2'> | ||
<iq type='get' from='[email protected]/roundabout' to='conference.jabber.org' id='ex2'> | ||
<query xmlns='http://jabber.org/protocol/disco#items'> | ||
<set xmlns='http://jabber.org/protocol/rsm'> | ||
<max>20</max> | ||
|