index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
plugins
/
xep_0030
/
disco.py
Age
Commit message (
Expand
)
Author
2012-07-09
Fix issues of disco info leaking between entities with the same bare JIDs.
Lance Stout
2012-06-19
PEP8 formatting updates.
Lance Stout
2012-04-08
Ensure that wrapped disco results retain requesting iq id.
Lance Stout
2012-04-06
Simplify registering API handler defaults.
Lance Stout
2012-04-06
Begin experiment with a centralized API callback registry.
Lance Stout
2012-03-12
Tidy up disco plugin.
Lance Stout
2012-03-12
Moving backwards compatibility shims to __init__ files.
Lance Stout
2012-03-12
Update XEP-0030 and XEP-0059 to new system.
Lance Stout
2012-02-18
Fix instances of using undefined variables.
Lance Stout
2012-01-14
Fix xep_0030 reference warning.
Lance Stout
2012-01-11
update_caps() can now do presence broadcasting.
Lance Stout
2011-12-30
Add 'supports' and 'has_identity' node handlers.
Lance Stout
2011-12-30
Automatically use local disco based on the JID.
Lance Stout
2011-12-30
Be more lenient on required arguments to disco node handlers.
Lance Stout
2011-12-30
Make the disco logs nicer.
Lance Stout
2011-12-28
Add set_info disco handler.
Lance Stout
2011-12-28
Fix caching for clients.
Lance Stout
2011-12-28
Add caching support to xep_0030.
Lance Stout
2011-12-12
Allow disco info/items handlers to return full Iq stanzas.
Lance Stout
2011-12-12
Pass the Iq stanza to disco item handlers.
Lance Stout
2011-11-19
Tidy up logging calls.
Lance Stout
2011-03-22
Updated XEP-0128 plugin to work with the new XEP-0030 plugin.
Lance Stout
2011-02-24
Remove the occasional warning about XEP-0059 not loaded.
Lance Stout
2011-02-14
Remap old method names in a better way.
Lance Stout
2011-02-09
Fix same error for get_info default behaviour.
Lance Stout
2011-02-09
Fix get_items default behaviour.
Lance Stout
2011-01-19
Fix disco add_item.
Lance Stout
2011-01-19
Fix error in disco add_item.
Lance Stout
2011-01-15
Fix how disco plugin looks up info and items for clients.
Lance Stout
2011-01-09
Need to run post_init properly.
Lance Stout
2011-01-08
Add support for XEP-0059 to XEP-0030 plugin.
Lance Stout
2011-01-04
More clarification in docs for XEP-0030 plugin.
Lance Stout
2011-01-04
Clarify docs for disco.get_info.
Lance Stout
2010-12-28
Make the new XEP-30 plugin retain older API signatures.
Lance Stout
2010-12-21
More documentation for XEP-0030 plugin.
Lance Stout
2010-12-16
Almost done with xep-30; added more docs.
Lance Stout
2010-12-15
Implement a few more static node handlers.
Lance Stout
2010-12-15
And some more docs.
Lance Stout
2010-12-15
The documentation effort continues.
Lance Stout
2010-12-13
Update some docs.
Lance Stout
2010-12-09
First pass at a new XEP-0030 plugin.
Lance Stout