summaryrefslogtreecommitdiff
path: root/src/fixes.py
AgeCommit message (Collapse)Author
2014-12-08Fix #2691 (don’t glitch on failed /configure)mathieui
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-08-01Fix the data form retrieval, by making it non-blockingFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-05-15Make detecting the features supported by the remote entity less awfulmathieui
no more stalling while waiting for a disco info while sending a message.
2014-05-08Add an ugly fix to avoid endless disco#info queries with each message (with ↵mathieui
receipts) We need to check if the remote entity supports 0184, but if it doesn’t support disco#info, then we will get an iq type="error" and nothing will be cached, leading to disco#info queries being sent each time. Keep a cache valid 2 hours of the JIDs which replied with an error. TODO: check that this the kind of time period we want.
2014-04-29Do not ask for receipts in messages without a bodymathieui
2014-04-27Provide our own wrapper for checking the host category (ref #2511?)mathieui
xmpp.plugin['xep_0030'].has_identity appears to be unreliable at best, so we provide our own. Might help the case of carbons not displayed.
2013-07-29Fix an import broken with the last sleekxmpp updatemathieui
2013-01-19Fix get_version and get_room_formmathieui