Skip to content

Instantly share code, notes, and snippets.

@legastero
Created February 28, 2013 23:16
Show Gist options
  • Save legastero/5061006 to your computer and use it in GitHub Desktop.
Save legastero/5061006 to your computer and use it in GitHub Desktop.
Thought experiments on generalized XMPP searching.
<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