Bug 8697 - Sends wrong type to telepathy-gabble
Summary: Sends wrong type to telepathy-gabble
Status: RESOLVED WONTFIX
Alias: None
Product: Telepathy
Classification: Unclassified
Component: cohoba (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Raphael Slinckx
QA Contact: Telepathy bugs list
URL: https://launchpad.net/distros/ubuntu/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 01:26 UTC by Daniel Holbach
Modified: 2009-09-22 08:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daniel Holbach 2006-10-18 01:26:23 UTC
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.
Comment 1 Dafydd Harries 2009-09-22 08:48:28 UTC
Cohoba is abandoned; this probably won't get fixed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.