Added RESPONSE_TIMEOUT constant to sleekxmpp.xmlstream to serve as a single place to specify a default timeout value when waiting for a stanza response.

This commit is contained in:
Lance Stout 2010-07-29 20:16:57 -04:00
parent 25f43bd219
commit a49f511a2f

View file

@ -24,6 +24,7 @@ import copy
import xml.sax.saxutils
from . import scheduler
RESPONSE_TIMEOUT = 10
HANDLER_THREADS = 1
ssl_support = True