[Bug 30311] [telepathy-gabble 0.9.15-1~ppa10.04+1] Not connect in university

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 22 10:55:57 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30311

--- Comment #2 from Will Thompson <will.thompson at collabora.co.uk> 2010-09-22 01:55:56 PDT ---
gabble/connection-DEBUG: 21/09/10 14:15:15.742547: connector_error_disconnect:
connection failed: connection failed: Connection refused

Well this sounds suspicious. Perhaps your university has some kind of firewall
preventing you connecting to your XMPP server. Can other XMPP clients connect?

(Assuming your JID is foo at bar.com, run this command in a terminal:

  host -t SRV _xmpp-client._tcp.bar.com

It should yield something like:

  _xmpp-client._tcp.bar.com has SRV record 30 30 <port> <server>.

(If it doesn't, there's your problem.)

Then run this command (substituting the actual values returned for <port> and
<server>):

  telnet <server> <port>

I think it will tell you ‘Unable to connect to remote host: Connection
refused’.)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list