Update nbxmpp min version

This commit is contained in:
Philipp Hörist 2017-06-04 23:27:05 +02:00
parent ef8229615a
commit a5f6ead063
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ except ImportError:
print('PyOpenSSL not available, impossible to generate entropy', file=sys.stderr)
PYOPENSSL_PRNG_PRESENT = False
MIN_NBXMPP_VER = "0.5.3"
MIN_NBXMPP_VER = "0.5.6"
class GajimApplication(Gtk.Application):