Re: [PyCS-devel] Should we implement that?
Status: Alpha
Brought to you by:
myelin
|
From: Phillip P. <ph...@my...> - 2002-12-11 09:28:09
|
> 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? Well, seeing as getServerCapabilities doesn't take a usernum, I can't see how it's possible to return the stored value ;-) I plan on looking at how RCS does it [by looking at what rcs.salon.com sends bzero when I'm posting to Second p0st] and doing it exactly the same way. It doesn't make any sense to be different, if we're trying to be compatible with Radio. Cheers, Phil |