From: Sashi Penta Date: Wed, 3 Sep 2014 21:01:11 +0000 (-0700) Subject: Minor formatting fix for the release notes. X-Git-Tag: 1.2.0+RC1~2283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c44f53399647d6089d8a2422ba29b534f3f9d0f8;p=platform%2Fupstream%2Fiotivity.git Minor formatting fix for the release notes. Change-Id: Ieee8839edbaef07ae5ab18efb81162c99d70d440 --- diff --git a/releaseNotes/Sept2nd2014.txt b/releaseNotes/Sept2nd2014.txt index 119fe2e..6ab1dc0 100644 --- a/releaseNotes/Sept2nd2014.txt +++ b/releaseNotes/Sept2nd2014.txt @@ -34,13 +34,10 @@ NOTE: This applies to server side functionality. subscribePresence API ****************** -This API allows a client to subscribe to a device's presence notifications. Notifications include -new addition of resource on the device, deletion of a resource on the device, change in properties -of a resource. +This API allows a client to subscribe to a device's presence notifications. Notifications include new addition of resource on the device, deletion of a resource on the device, change in properties of a resource. NOTE: This applies to client side functionality only. -NOTE: In this release, when client uses subscribePresence API, it gets notified only for new -addition of resource on the device (server). +NOTE: In this release, when client uses subscribePresence API, it gets notified only for new addition of resource on the device (server). ******************* unsubscribePresence API @@ -77,7 +74,7 @@ Other Notes: Security model is still open. APIs have OCStackResult as return type. This is will indicate success or failure for the API operation. -Implementation for presence code is under 'WITH_PRESENCE' preprocessor macro in both C (base) and C++ (SDK). +Implementation for presence code is in both C (base) and C++ (SDK). In C (base) stack, presence code is defined with 'WITH_PRESENCE' preprocessor macro. Maximum length of URI supported is 64 bytes (sent from the client) Maximum length of query supported is 64 bytes (sent from the client)