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
/
slixmpp
/
plugins
/
xep_0030
/
disco.py
Age
Commit message (
Expand
)
Author
2019-03-05
xep_0030: fix typo on 'remote' in get_info docstring
Maxime “pep” Buquet
2018-10-27
XEP-0030: Don’t call the timeout_callback on each domain which doesn’t re...
Emmanuel Gil Peyrot
2018-10-09
Add the loop parameters at places where it has been forgotten
mathieui
2018-07-01
xep_0030: rename find_identities; return all domain infos and let caller filt...
Maxime “pep” Buquet
2018-07-01
xep_0030: Add callback parameter to find_identities
Maxime “pep” Buquet
2018-07-01
xep_0030: Add cached parameter to find_identities, defaults to True
Maxime “pep” Buquet
2018-07-01
xep_0030: Pass kwargs down in find_identities
Maxime “pep” Buquet
2018-07-01
xep_0030: Use self directly as we're already in disco
Maxime “pep” Buquet
2018-07-01
Factor out fetching of identities in xep_0363 to xep_0030
Maxime “pep” Buquet
2018-07-01
xep_0363: Remove unused parameters to find_upload_services
Maxime “pep” Buquet
2018-03-14
Carry the node attribute to the disco#info result.
Emmanuel Gil Peyrot
2015-10-02
Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge
mathieui
2015-06-21
Add a wrapper to get_info/get_items functions
mathieui
2015-06-14
XEP-0030: return the iq.send() future when sending a disco#info or disco#items.
Emmanuel Gil Peyrot
2015-05-08
Advertize the disco#info feature in our disco#info
mathieui
2015-02-28
Revert or edit most previous XEP plugin changes
mathieui
2015-02-24
XEP-0030: allow get_info and get_items to return a coroutine
mathieui
2015-02-12
Fix the uses of stanza.reply()
mathieui
2014-07-30
Fix the iq.send() function, and a bunch of places where it is called
Florent Le Coz
2014-07-17
Rename to slixmpp
Florent Le Coz