require latest nbxmpp version

This commit is contained in:
Yann Leboulanger 2014-07-02 18:03:40 +02:00
parent ebe5da1d0a
commit 55de31205e
1 changed files with 1 additions and 1 deletions

View File

@ -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: