Ticket #1977 (accepted defect)

Opened 3 years ago

Last modified 3 years ago

registration with school server doesn't reconnect to jabber server

Reported by: sascha_silbe Owned by: timClicks
Priority: Unspecified by Maintainer Milestone: 0.88.x
Component: sugar Version: Git as of bugdate
Severity: Minor Keywords: sugar-love
Cc: smparrish Distribution/OS:
Bug Status: Needinfo

Description

After successful registration we store the jabber server we were just told to use (contained in XS response), but don't change the currently active connection.

Change History

  Changed 3 years ago by sascha_silbe

  • keywords sugar-love added

  Changed 3 years ago by timClicks

  • owner changed from tomeu to timClicks
  • status changed from new to accepted
  • status_field changed from New to Needinfo

I would like to work on this, but where is the active connection established?

This looks like a likely candidate

server = ServerProxy(url)

However, xmlrpclib.ServerProxy should be using the values that were recently created. Where should I look to improve my knowledge about how this operates?

  Changed 3 years ago by tomeu

If I understand the question, we need to call this method through dbus:

 http://telepathy.freedesktop.org/spec/Connection.html#org.freedesktop.Telepathy.Connection.Disconnect

The Presence Service will try to connect again with the new settings after a short while.

follow-up: ↓ 5   Changed 3 years ago by smparrish

  • cc smparrish added

timclicks did the info provided by tomeu answer your question, and are you still interested in working on this?

in reply to: ↑ 4   Changed 3 years ago by timclicks

Replying to smparrish:

timclicks did the info provided by tomeu answer your question, and are you still interested in working on this?

I don't have time to look into this problem at the moment, unfortunately. If you have time, please feel free to take over ownership.

  Changed 3 years ago by smparrish

  • seeta_dev set to Dipankar
Note: See TracTickets for help on using tickets.