Explorar o código

Minor stylistic edits to documentation.

Alex Balashov %!s(int64=13) %!d(string=hai) anos
pai
achega
a88d2286d8

+ 19 - 13
modules_k/presence_profile/README

@@ -1,16 +1,22 @@
 Presence_Profile Module
 
-Mihály Mészáros
+Mihály Mészáros
 
    <[email protected]>
 
 Edited by
 
-Mészáros Mihály
+Mészáros Mihály
 
    <[email protected]>
 
-   Copyright © 2011 Mészáros Mihály
+Edited by
+
+Alex Balashov
+
+   <[email protected]>
+
+   Copyright © 2011 Mészáros Mihály
      __________________________________________________________________
 
    Table of Contents
@@ -41,18 +47,18 @@ Chapter 1. Admin Guide
 
 1. Overview
 
-   The module extends presence server implementation with ability of
-   handling ua-profile event. When an user agent subscribes to ua-profile
-   event for its own AoR, it will retrieve profile data document via body
-   of NOTIFY request.
+   The module extends the presence server implementation, providing the
+   ability to handle the 'ua-profile' event. When a user agent subscribes
+   to ua-profile event for its own AoR, it retrieves the profile data
+   document from the body of a NOTIFY request.
 
-   The profile data document format is usually specific per user agent,
-   such documents have to be built and added to presentity table by the
-   admin or a third party application.
+   The profile data document format is usually specific to the user agent.
+   Such documents have to be built and added to presentity table by either
+   the admin or a third party application.
 
-   Warning: When you add profile data document (i.e., user agent's
-   provisioning config) to presentity table, then you must make sure that
-   you set the presentity table expires field to a time value in long
+   Warning: When you add a profile data document (i.e. the user agent's
+   provisioning config) to the presentity table, you must make sure that
+   you set the presentity table expires field to a time value far in the
    future.
 
    Read more about SIP user agent configuration framework in RFC6080:

+ 5 - 0
modules_k/presence_profile/doc/presence_profile.xml

@@ -23,6 +23,11 @@
 		<surname>Mihály</surname>
   	        <email>[email protected]</email>
 	    </editor>
+	    <editor>
+		<firstname>Alex</firstname>
+		<surname>Balashov</surname>
+		<email>[email protected]</email>
+	    </editor>
 	</authorgroup>
 	<copyright>
 	    <year>2011</year>

+ 9 - 9
modules_k/presence_profile/doc/presence_profile_admin.xml

@@ -17,20 +17,20 @@
 	<section>
 	  <title>Overview</title>
 	    <para> 
-		The module extends presence server implementation with ability of
-		handling ua-profile event. When an user agent subscribes to ua-profile
-		event for its own AoR, it will retrieve profile data document
-		via body of NOTIFY request.
+		The module extends the presence server implementation, providing the ability 
+		to handle the 'ua-profile' event. When a user agent subscribes to ua-profile
+		event for its own AoR, it retrieves the profile data document from the body 
+		of a NOTIFY request.
 	    </para>
 	    <para>
-		The profile data document format is usually specific per user agent, such
-		documents have to be built and added to presentity table by the admin
+		The profile data document format is usually specific to the user agent. Such
+		documents have to be built and added to presentity table by either the admin
 		or a third party application.
 	    </para>
 	    <para>
-		Warning: When you add profile data document (i.e., user agent's
-		provisioning config) to presentity table, then you must make sure that you
-		set the presentity table expires field to a time value in long future.
+		Warning: When you add a profile data document (i.e. the user agent's
+		provisioning config) to the presentity table, you must make sure that you
+		set the presentity table expires field to a time value far in the future.
 	    </para>
 	    <para>
 		  Read more about SIP user agent configuration framework in RFC6080: