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