summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-05-26 21:34:01 +0800
committerThom Nichols <tmnichols@gmail.com>2010-06-01 22:07:53 +0800
commit8e3227ae5e775ea47a2074ac787868a350b1085a (patch)
tree5deb3e8fe9e99749b93d7a2170ea9ef5f3eafba0 /README
parent257bcadd9614041d5c501d8e513f59de6f88befa (diff)
downloadslixmpp-8e3227ae5e775ea47a2074ac787868a350b1085a.tar.gz
slixmpp-8e3227ae5e775ea47a2074ac787868a350b1085a.tar.bz2
slixmpp-8e3227ae5e775ea47a2074ac787868a350b1085a.tar.xz
slixmpp-8e3227ae5e775ea47a2074ac787868a350b1085a.zip
Updated the XEP-0030 plugin to work with stanza objects instead of manipulating XML directly.
Four new events have been added: disco_info - A disco#info result has been received disco_info_request - A disco#info request has been received disco_items - A disco#items result has been received disco_items_request - A disco#items request has been received For disco_info_request and disco_items_request two default handlers are registered. These handlers will only run if they are the only handler for these two events so that multiple responses are not returned and cause errors. In your own handlers for these two events, you can call the default handlers to preserve the static node behaviour as so: self.plugin['xep_0030'].handle_disco_info(iq, True) The forwarded=True will disable the check for other registered handlers. Agents can now dynamically respond to disco requests by using these events. (cherry picked from commit 0fc3381492a8bd75e6a9858539a972334881d8ff)
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions