(no commit message)
[devwiki.git] / design / revisedclientarchitecture.mdwn
index 8d37a2e..c0d6481 100644 (file)
@@ -57,7 +57,7 @@ Replaces the _libmoonshot_ component from the initial implementation.
 
 Owns the public APIs for accessing the Identity Store (rather than exposing currently APIs provided via DBus by moonshot-ui).
 
-Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided by lib-moonshot (getIdentity(), GetDefaultIdentity(), InstallId_card()).
+Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided in the initial implementation by lib-moonshot (getIdentity(), GetDefaultIdentity(), InstallId_card()).
 
 Uses the APIs provided by the *_identity-storage-server_* component (_-dbus-local-storage-server_ on Linux and Mac, _-windows-local-storage-server_ on Windows).
 
@@ -68,8 +68,8 @@ It has no UI, so that it can be used in circumstances where interaction with a u
 This is now just an App for managing Identities. It's *only* function is to allows a User to manage Identities and Services.
 
 It no longer owns the IdentityStore.
-
-It no longer *provides* APIs (via DBus) for use by others via libmoonshot.
+_
+It no longer *provides* the APIs (using DBus) that were used in the initial implementation by other components via _libmoonshot.
 
 Instead, it *uses* APIs provided by _identity-server_.