Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/server_plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index d2b7563..84e93f2 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -22,6 +22,7 @@ from itertools import izip
from string import hexdigits
# Other libraries
+import dbus
import gobject
from telepathy.client import (ConnectionManager, Connection)
from telepathy.interfaces import (CONN_MGR_INTERFACE, CONN_INTERFACE,
@@ -80,6 +81,9 @@ class ServerPlugin(TelepathyPlugin):
'fallback-conference-server': "conference.%s" % server,
'password': self._owner.get_key_hash(),
'register': not self._owner.get_registered(),
+ 'port': dbus.UInt32(5223),
+ 'old-ssl': True,
+ 'ignore-ssl-errors': True,
}
def suggest_room_for_activity(self, activity_id):