[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "presence" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Sep 6 11:20:07 CDT 2011


branch "presence" has been updated
       via  4e7e2727606dbbd3772bad7628fd3bfebf358e2a (commit)
      from  0f009e4611855902a82ddae1f9c3378229d5606e (commit)

Summary of changes:
 slice/AsteriskSCF/Presence/PresenceIf.ice |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 4e7e2727606dbbd3772bad7628fd3bfebf358e2a
Author: Joshua Colp <jcolp at digium.com>
Date:   Tue Sep 6 12:50:58 2011 -0300

    Add requestor string to the query operation.

diff --git a/slice/AsteriskSCF/Presence/PresenceIf.ice b/slice/AsteriskSCF/Presence/PresenceIf.ice
index fec1f6b..5001da7 100644
--- a/slice/AsteriskSCF/Presence/PresenceIf.ice
+++ b/slice/AsteriskSCF/Presence/PresenceIf.ice
@@ -77,11 +77,13 @@ module V1
        /**
         * Method used to query for the current status of an endpoint.
         *
+        * @param requestor Name of the endpoint requesting the status.
+        *
         * @param endpoint Name of the endpoint to get the status for.
         *
         * @return Status A concrete class containing the current status of the endpoint.
         */
-       idempotent Status query(string endpoint);
+       idempotent Status query(string requestor, string endpoint);
 
        /**
         * Method used to subscribe to specific endpoint status updates.

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list