#1977 closed defect (incomplete)
registration with school server doesn't reconnect to jabber server
Reported by: | sascha_silbe | Owned by: | timClicks |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
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 (8)
comment:1 Changed 13 years ago by sascha_silbe
- Keywords sugar-love added
comment:2 Changed 13 years ago by timClicks
- Bug Status changed from New to Needinfo
- Owner changed from tomeu to timClicks
- Status changed from new to accepted
comment:3 Changed 13 years ago by tomeu
If I understand the question, we need to call this method through dbus:
The Presence Service will try to connect again with the new settings after a short while.
comment:4 follow-up: ↓ 5 Changed 13 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?
comment:5 in reply to: ↑ 4 Changed 13 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.
comment:6 Changed 13 years ago by smparrish
- seeta_dev set to Dipankar
comment:7 Changed 10 years ago by dnarvaez
- Resolution set to incomplete
- Status changed from accepted to closed
I would like to work on this, but where is the active connection established?
This looks like a likely candidate
However, xmlrpclib.ServerProxy should be using the values that were recently created. Where should I look to improve my knowledge about how this operates?