Created
February 28, 2013 23:16
-
-
Save legastero/5061006 to your computer and use it in GitHub Desktop.
Thought experiments on generalized XMPP searching.
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
<iq type="get"> | |
<query xmlns="X"> | |
<search xmlns="urn:xmpp:search:0"> | |
<x xmlns="jabber:x:data" type="submit"> | |
... | |
</x> | |
</search> | |
<rsm xmlns="http://jabber.org/protocol/rsm"> | |
<limit>10</limit> | |
</rsm> | |
</query> | |
</iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment