Skip navigation
3263 Views 1 Reply Latest reply: Nov 25, 2009 6:25 AM by Hendrik RSS
yves Bronze 4 posts since
Nov 18, 2009
Currently Being Moderated

Nov 21, 2009 8:53 PM

what are all those connections in server to server session

I finally managed to enable my server to work with other servers (set the key http://www.igniterealtime.org/community/message/198274#198274, ser an SRV record, open incoming tcp 5269 on the firewall, etc...), and I can now IM to users on other IM servers such as gmail.

 

Now, when I go to the admin console, Sessions, Server Sessions, there are a lot of connections listed there. Most of them to servers on which I have no contacts, such as: proxy.jabber.freenet.de, verdammung.org, vke.ru. Those appeared as soon as I open the port on the firewall.

 

What are they ?

 

Thanks.

  • Hendrik Bronze 3 posts since
    Nov 22, 2009

    I see the same behaviour on my server. This seems to be caused by the messenger Empathy. When no one with that messenger is connected, none of these connections appear, but once someone with that messenger connects, those connections pop up. I have no idea how to conquer this without disallowing Empathy, neither do I know why Empathy causes this.

     

    This is what it looks like 30 sec. after connecting with Empathy:

     

    http://666kb.com/i/bec5ym5gu7gyab012.gif

     

     

     

    Update:

     

    I checked the source-code of Empathy's Jabber-module "telepathy-gabble". In it's connection.h I found this:

     

    /* List of public SOCKS5 proxies:
     * http://coccinella.im/servers/servers_by_proxy_bytestreams.html */
    #define GABBLE_PARAMS_DEFAULT_SOCKS5_PROXIES             \
        { "proxy.jabber.org", "proxy.jabberfr.org",\
          "proxy65.rooyee.biz", "proxy.jabbim.cz",\
          "proxy.911910.cn",\
          "proxy.downtempo.de",\
          "proxy.im.flosoft.biz",\
          "proxy.jabber.bluendo.com", "proxy.jabber.dk", "proxy.jabber.freenet.de",\
          "proxy.fsinf.at", "proxy.jabber.minus273.org",\
          "proxy.jabber.planetteamspeak.com", "proxy.jabber.tf-network.de",\
          "proxy.jabjab.de", "proxy.jabster.pl",\
          "proxy.schokokeks.org",\
          "proxy.ubuntu-jabber.de", "proxy.ubuntu-jabber.net",\
          "proxy65.unstable.nl", "proxy.verdammung.org", "proxy.vke.ru",\
          "proxy.vodka-pomme.net", "proxy.jabbernet.eu",\
          NULL }
    
    /* These proxies appeared to be the same as proxy.jabbernet.eu
        "proxy.jabberchat.eu", "proxy.shady.nl", "proxy.nedbsd.be",\
        "proxy.nedbsd.eu", "proxy.nedbsd.nl", "proxy.4business.nl"\
    */
    

     

    http://telepathy.freedesktop.org/releases/telepathy-gabble/

     

    Looks like they hardcoded those servers.

     

     

    Update 2:

     

    I filed a bug report:

    https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/487313

     

     

    Update 3:

     

    I filed another bug report:

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

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points