Philipp Hörist pushed to branch master at gajim / gajim
Commits:
aab307ce by Philipp Hörist at 2017-12-05T17:22:33+01:00
Add geoclue to optional dependencys
- - - - -
f724359c by Philipp Hörist at 2017-12-05T17:25:17+01:00
Raise required nbxmpp version
- - - - -
3 changed files:
- README.md
- gajim/gajim.py
- setup.py
Changes:
=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@
- gir1.2-farstream-0.2, gir1.2-gstreamer-1.0 and gir1.2-gst-plugins-base-1.0
for audio and video calls
- gir1.2-gupnpigd-1.0 for better NAT traversing
- gir1.2-networkmanager-1.0 for network lose detection
+- gir1.2-geoclue-2.0 for sharing your location
- python3-idna and python3-precis-i18n for correctly parsing JIDs
### Compile-time Requirements
=====================================
gajim/gajim.py
=====================================
--- a/gajim/gajim.py
+++ b/gajim/gajim.py
@@ -53,7 +53,7 @@ from gajim.common import i18n
from gajim.common import logging_helpers
from gajim.common import crypto
-MIN_NBXMPP_VER = "0.6.0"
+MIN_NBXMPP_VER = "0.6.1"
class GajimApplication(Gtk.Application):
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -272,7 +272,7 @@ setup(
data_files=data_files,
install_requires=[
'dbus-python;sys_platform=="linux"',
- 'nbxmpp>=0.6.0',
+ 'nbxmpp>=0.6.1',
'pyOpenSSL>=0.12',
'pyasn1',
],
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/beb9fa2f1749c1422232d20fe83e8f99f6115336...f724359c2b91e0dfb387e30442a4313131168450
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/beb9fa2f1749c1422232d20fe83e8f99f6115336...f724359c2b91e0dfb387e30442a4313131168450
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits