|
@@ -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:
|