summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0030/disco.py
AgeCommit message (Expand)Author
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