Re: [PyCS-devel] Should we implement that?
Status: Alpha
Brought to you by:
myelin
|
From: Georg B. <gb...@mu...> - 2002-12-11 08:40:56
|
Hi! >> "system.verbs.builtins.radio.thread.agents.pingCloud changed on Mon, >> 09 Dec 2002 22:40:46 GMT: Save weblogData.prefs.commentsPageUrl in >> the cloud. Used when setting up a new Radio installation for an >> existing user." >> >> Should/must we implement that, so that new Radio installations will >> behave the same with pycs as with rcs? > > Oh, yeah, definitely implement that. Presumably Radio now sends > another value in the 'userData' struct on ping()? Thought about that a little bit and I think there is still something unclear: how does the value reach the client? If Radio sends the data in with a ping, it gets stored in the user record. Ok. We can return the value with the user data in the ping response. Ok. But when you set up a Radio instance, it fetches the values via getServerCapabilities. This always returns our own commentsPage. Should this be changed, too? So that it returns the commentsPageUrl of the user, if he has stored one? bye, Georg |