summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0030/disco.py
AgeCommit message (Expand)Author
2021-03-10XEP-0030: Fix usage of ifrom in get_infomathieui
2021-03-01XEP-0030 plugin: Fix PEP8, typesmathieui
2021-02-26XEP-0030: API changesmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
2019-08-03xep_0030: add docstring to get_info_from_domainMaxime “pep” Buquet
2019-03-05xep_0030: fix typo on 'remote' in get_info docstringMaxime “pep” Buquet
2018-10-27XEP-0030: Don’t call the timeout_callback on each domain which doesn’t re...Emmanuel Gil Peyrot
2018-10-09Add the loop parameters at places where it has been forgottenmathieui
2018-07-01xep_0030: rename find_identities; return all domain infos and let caller filt...Maxime “pep” Buquet
2018-07-01xep_0030: Add callback parameter to find_identitiesMaxime “pep” Buquet
2018-07-01xep_0030: Add cached parameter to find_identities, defaults to TrueMaxime “pep” Buquet
2018-07-01xep_0030: Pass kwargs down in find_identitiesMaxime “pep” Buquet
2018-07-01xep_0030: Use self directly as we're already in discoMaxime “pep” Buquet
2018-07-01Factor out fetching of identities in xep_0363 to xep_0030Maxime “pep” Buquet
2018-07-01xep_0363: Remove unused parameters to find_upload_servicesMaxime “pep” Buquet
2018-03-14Carry the node attribute to the disco#info result.Emmanuel Gil Peyrot
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-06-21Add a wrapper to get_info/get_items functionsmathieui
2015-06-14XEP-0030: return the iq.send() future when sending a disco#info or disco#items.Emmanuel Gil Peyrot
2015-05-08Advertize the disco#info feature in our disco#infomathieui
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-24XEP-0030: allow get_info and get_items to return a coroutinemathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2014-07-30Fix the iq.send() function, and a bunch of places where it is calledFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz