From fc64bee08c276799204807a7c50dec7adf587b3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Mon, 7 Jan 2019 23:45:11 +0100
Subject: [PATCH] Raise nbxmpp version

---
 README.md      | 2 +-
 gajim/gajim.py | 2 +-
 setup.cfg      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 74ee5bf4d..2a3348a64 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 - python3-gi
 - python3-gi-cairo
 - gir1.2-gtk-3.0 (>=3.22)
-- python3-nbxmpp (>=0.9.90.2)
+- python3-nbxmpp (>=0.9.90.4)
 - python3-openssl (>=0.14)
 - python3-cssutils (>=1.0.2)
 - python3-keyring
diff --git a/gajim/gajim.py b/gajim/gajim.py
index 8cf5160e7..4709c34b6 100644
--- a/gajim/gajim.py
+++ b/gajim/gajim.py
@@ -26,7 +26,7 @@ from distutils.version import LooseVersion as V
 
 from gajim.common import i18n
 
-_MIN_NBXMPP_VER = "0.9.90.2"
+_MIN_NBXMPP_VER = "0.9.90.4"
 _MIN_GTK_VER = "3.22.0"
 
 
diff --git a/setup.cfg b/setup.cfg
index 1b4a91e32..14eb8dcf1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,7 +22,7 @@ test_suite = test
 install_requires =
     cssutils>=1.0.2
     keyring
-    nbxmpp>=0.9.90.2
+    nbxmpp>=0.9.90.4
     precis-i18n>=1.0.0
     pyOpenSSL>=0.12