[Agendaware-dev-server] Forgot something...
Status: Inactive
Brought to you by:
zacklink
|
From: zack <za...@th...> - 2001-11-11 04:27:56
|
...on the xml specs. I think we need a way to get and set user preferences. This will help with roaming users in particular. Client: <RetrieveUserProfileReqest username="jack1"> </RetrieveUserProfileReqest> Server: <RetrieveUserProfileReply> <property ...> (as many properties as we have) </property> </RetrieveUserProfileReply> Client: <UpdateUserProfileReqest username="jack1"> <property ...> (as many properties as we have) </property> </RetrieveUserProfileReqest> Server: <RetrieveUserProfileReply> <StatusMessage success="1">User ???'s profile updated</StatusMessage> </RetrieveUserProfileReply> Also, we could automatically send the UserProfile with the login successful msg, but still provide the above to functions in case needed. Zack |