Comment 2 for bug 64398

Revision history for this message
In , Daniel Holbach (dholbach) wrote :

Forwarded from: https://launchpad.net/distros/ubuntu/+source/cohoba/+bug/64398

When I change the port to 5223 in the Account settings (in order to use SSL) and
try to connect, telepathy-gabble says

** (telepathy-gabble:27099): DEBUG: set_param_from_value: expected type guint
for parameter port, got gint

and cancels the connection immediately.

common/Profile.py contains special code for Google Talk:
                params["port"] = dbus.UInt32(5223)

Apparently changing the value in the GUI changes the type to signed integer,
otherwise it stays unsigned.

This makes it impossible to use Cohoba with my Jabber server, as it requires
using STARTTLS (which loudmouth doesn't support) or SSL.