require latest nbxmpp version
This commit is contained in:
parent
ebe5da1d0a
commit
55de31205e
|
@ -69,7 +69,7 @@ if os.name == 'nt':
|
||||||
pass
|
pass
|
||||||
|
|
||||||
HAS_NBXMPP=True
|
HAS_NBXMPP=True
|
||||||
MIN_NBXMPP_VER = "0.3.3"
|
MIN_NBXMPP_VER = "0.5"
|
||||||
try:
|
try:
|
||||||
import nbxmpp
|
import nbxmpp
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue