(no commit message)
[devwiki.git] / design / trust-anchor.mdwn
index bfc0bdd..15a4f93 100644 (file)
@@ -87,14 +87,14 @@ The server certificate hash field is mutually exclusive with the other fields.
   do something about naminge
 
 ## User Web Provisioning Format
-<identities>
+    <identities>
       <identity>
         <display-name>Unique Name</display-name>
-        <user>username</user>
+        <user>user_name</user>
         <password>ENCRYPTEDPW</password>
         <realm>issuer name</realm>
         <services>
-          <service>xmpp@ja;bber.project-moonshot.org</service>
+          <service>xmpp@jabber.project-moonshot.org</service>
           <service>email@project-moonshot.org</service>
         </services>
         <selection-rules>
@@ -116,7 +116,7 @@ The server certificate hash field is mutually exclusive with the other fields.
         </trust-anchor>
       </identity>
       <identity>
-        <display-name>ASD</display-name>
-        <username>ASD</username>
+        <display-name>Another Identity</display-name>
+        <username>another_username</username>
       </identity>
-    </identities> 
+    </identities>