JP5193902B2 - Presence service system and presence service method - Google Patents

Presence service system and presence service method Download PDF

Info

Publication number
JP5193902B2
JP5193902B2 JP2009042745A JP2009042745A JP5193902B2 JP 5193902 B2 JP5193902 B2 JP 5193902B2 JP 2009042745 A JP2009042745 A JP 2009042745A JP 2009042745 A JP2009042745 A JP 2009042745A JP 5193902 B2 JP5193902 B2 JP 5193902B2
Authority
JP
Japan
Prior art keywords
user
service
server
web service
watcher
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2009042745A
Other languages
Japanese (ja)
Other versions
JP2010198352A (en
Inventor
和宏 徳永
直樹 高谷
章 黒川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2009042745A priority Critical patent/JP5193902B2/en
Publication of JP2010198352A publication Critical patent/JP2010198352A/en
Application granted granted Critical
Publication of JP5193902B2 publication Critical patent/JP5193902B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)

Description

本発明は、Webサービスを介してプレゼンスサービスを提供するためのシステム及び方法に関する。   The present invention relates to a system and method for providing a presence service via a web service.

プレゼンスサービスは、ユーザの状態を別のユーザに知らせるサービスであり、例えば、SIP(Session Initiation Protocol:セッション確立プロトコル,以下「SIP」と称する)/SIMPLEプロトコルを用いて実現される(例えば下記「非特許文献1」を参照)。SIPでは、状態を示すプレゼンス情報を要求するウォッチャー(発側)とプレゼンス情報を公開するプレゼンティティ、パブリッシャー(着側)のIDを含むSIP信号(SUBSCRIBE信号等)をSIPプレゼンスサーバに送信してプレゼンス情報を取得する。   The presence service is a service that informs another user of the user's state, and is realized using, for example, SIP (Session Initiation Protocol: session establishment protocol, hereinafter referred to as “SIP”) / SIMPLE protocol (for example, “non-existing” See Patent Document 1). In SIP, a SIP signal (such as a SUBSCRIBE signal) including a watcher (originating side) requesting presence information indicating a state, a presentity for publishing presence information, and a publisher (destination side) ID is transmitted to the SIP presence server. Get information.

例えば非特許文献2には、Parlay XやREST等のWebサービスAPI(Application Program Interface)を用いることにより、プレゼンスサービスをSIP/SIMPLEプロトコルだけでなくHTTP/SOAP(Simple Object Access Protocol)等のプロトコルを用いて実現することができることについて記載されている。   For example, in Non-Patent Document 2, by using a Web service API (Application Program Interface) such as Parlay X or REST, the presence service includes not only the SIP / SIMPLE protocol but also a protocol such as HTTP / SOAP (Simple Object Access Protocol). It describes what can be achieved using this.

例えば、Webアプリケーションの一つであるブログ(Weblog:ウェブログの略)は、これを閲覧している人物(ウォッチャー)を特定しないサービスである。ブログ等でプレゼンスサービスを利用したサービスを実現するには、ゲートウェイ(SIPアプリケーションサーバ:SIP−AS)において、ウォッチャーのIDを匿名(あるいはSIP−ASのID)としてプレゼンスサービスを利用することが想定される。ここでゲートウェイ(SIP−AS)は、HTTP/SOAP等とSIPのプロトコル変換を行う役割を持つ。   For example, a blog (Weblog), which is one of Web applications, is a service that does not specify a person (watcher) who is browsing this. In order to realize a service using a presence service in a blog or the like, it is assumed that a watcher's ID is anonymous (or SIP-AS ID) in the gateway (SIP application server: SIP-AS). The Here, the gateway (SIP-AS) has a role of performing SIP protocol conversion with HTTP / SOAP or the like.

SIPを用いたプレゼンスサービスにおいてSIP−URI等のウォッチャーのIDが特定可能な場合には、RFC5025で規定されるプレゼンス情報をどのウォッチャーに公開するか、あるいは非公開にするかというプレゼンス情報閲覧のための認可(プレゼンス認可ルール/ポリシー)を用いることができる。プレゼンス認可ルールを用いることにより、プレゼンティティがウォッチャーに対して特定のプレゼンス情報のアクセス許可を与えるための認可ルールセット(Presence Authorization Rules)をユーザが指定することが可能となる。   In the presence service using SIP, when the watcher ID such as SIP-URI can be specified, for viewing presence information on which watcher the presence information defined in RFC5025 is to be disclosed or not disclosed Can be used (presence authorization rules / policy). By using the presence authorization rule, the user can specify an authorization rule set (Presence Authorization Rules) for giving the presenter permission to access specific presence information to the watcher.

非特許文献3には、プレゼンス情報のアクセス許可を与えるための認可ルールセットを管理するXDMS(XML Data Management Server)について記載されている。
非特許文献4には、プレゼンスサーバからXDMSの認可ルールを取得する方法が記載されている。
Non-Patent Document 3 describes XDMS (XML Data Management Server) that manages an authorization rule set for granting access permission for presence information.
Non-Patent Document 4 describes a method for obtaining an XDMS authorization rule from a presence server.

3GPP TS 24.141 v7.4.0, "Presence service using the IP Multimedia (IM) Core Network (CN) subsystem," Sep. 2007.3GPP TS 24.141 v7.4.0, "Presence service using the IP Multimedia (IM) Core Network (CN) subsystem," Sep. 2007. 徳永和宏、高谷直樹、黒川章,“WebサービスにおけるSIPプレゼンスサーバ利用方式,”電子情報通信学会,総合大会2008,Mar.2008.Kazuhiro Tokunaga, Naoki Takaya, Akira Kurokawa, “SIP Presence Server Usage Method in Web Services,” IEICE, General Conference 2008, Mar. 2008. OMA-TS-Presence_SIMPLE_XDM-V1_1-20080627-A, "Presence XDM Specification," Jun. 2008.OMA-TS-Presence_SIMPLE_XDM-V1_1-20080627-A, "Presence XDM Specification," Jun. 2008. OMA-TS-Presence_SIMPLE-V1_1-20080627-A, "Presence Simple Specification," Jun. 2008.OMA-TS-Presence_SIMPLE-V1_1-20080627-A, "Presence Simple Specification," Jun. 2008.

SIPを用いたプレゼンスサービスにおいてはプレゼンス情報閲覧のための認可ポリシーを用いることが可能であるが、Webサービスからプレゼンスサービスを利用する場合には、プレゼンスサーバに送信されるSIP信号において要求側(ウォッチャー)のプレゼンスサービスIDが不明であることから、プレゼンス情報閲覧のための認可ポリシーを用いることができない。なぜならば、プレゼンスサーバは、ゲートウェイからプレゼンス要求を受けるが、要求側(ウォッチャー)のプレゼンスサービスIDを特定できないため、認可ポリシーを適用することができないからである。   In the presence service using SIP, it is possible to use an authorization policy for browsing presence information, but when using the presence service from the Web service, the request side (watcher) in the SIP signal transmitted to the presence server is used. ) Presence service ID is unknown, the authorization policy for browsing presence information cannot be used. This is because the presence server receives a presence request from the gateway but cannot specify the presence service ID of the requesting side (watcher), and therefore cannot apply the authorization policy.

本発明は、上記の課題に鑑みてなされたものであり、Webサービス等からプレゼンス情報を利用する場合において、プレゼンス情報閲覧のための認可を用いることができるようにしたプレゼンスサービスシステム及びプレゼンスサービス方法を提供することを目的とする。   The present invention has been made in view of the above problems, and a presence service system and a presence service method that can use authorization for browsing presence information when using presence information from a Web service or the like. The purpose is to provide.

本発明の一観点に係るプレゼンスサービスシステムは、パブリッシャーのユーザから発行されたプレゼンス情報を保持するプレゼンスサーバと、前記パブリッシャーのユーザの認可ポリシーを管理する認可ポリシー管理サーバ(XDMS)と、ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するID対応記憶部と、ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するWebサービスのサーバと、前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を送信するゲートウェイと、を具備し、前記プレゼンスサーバは、前記サブスクライブ要求を受信し、該サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシーを適用してプレゼンス応答を送信することを特徴とする。   A presence service system according to an aspect of the present invention includes a presence server that holds presence information issued by a publisher user, an authorization policy management server (XDMS) that manages an authorization policy of the publisher user, and a user Web An ID correspondence storage unit that associates and stores a service ID and a presence service ID when the user is a watcher, and a presence information request including the Web service ID of the user by a presence information browsing request from the user of the watcher The presence information request corresponding to the user's Web service ID is acquired from the ID correspondence storage unit, and the presence information request is received from the Web service server. A gateway for transmitting a subscribe request including a presence service ID, and the presence server receives the subscribe request and provides a watcher user specified by the presence service ID included in the subscribe request to the watcher user. On the other hand, a presence response is transmitted by applying the authorization policy.

本発明の別の観点に係るプレゼンスサービス方法は、プレゼンスサーバが、パブリッシャーのユーザから発行されたプレゼンス情報を保持するステップと、認可ポリシー管理サーバ(XDMS)が、前記パブリッシャーのユーザの認可ポリシーを管理するステップと、ID対応記憶部が、ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するステップと、Webサービスのサーバが、ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するステップと、ゲートウェイが、前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を前記プレゼンスサーバに送信するステップと、前記プレゼンスサーバが、前記サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシー管理サーバから取得した認可ポリシーを適用してプレゼンス応答を送信するステップとを含むことを特徴とする。   The presence service method according to another aspect of the present invention includes a step in which a presence server holds presence information issued by a publisher user, and an authorization policy management server (XDMS) manages the authorization policy of the publisher user. The ID correspondence storage unit stores the Web service ID of the user in association with the presence service ID when the user is a watcher, and the Web service server stores presence information from the watcher user. In response to the browsing request, a step of transmitting a presence information request including the Web service ID of the user by the Web service, and the gateway receives the presence information request from the server of the Web service, and sets the Web service ID of the user. Obtaining a corresponding presence service ID from the ID correspondence storage unit, and transmitting a subscription request including the presence service ID to the presence server; and the presence server includes a presence service ID included in the subscription request. And applying the authorization policy acquired from the authorization policy management server to the user of the watcher specified by the step of transmitting a presence response.

本発明によれば、Webサービス等からプレゼンス情報を利用する場合において、プレゼンス情報閲覧のための認可を用いることができるようにしたプレゼンスサービスシステム及びプレゼンスサービス方法を提供することができる。
更に、プレゼンス情報を取得するために実施されるプレゼンスサーバと認可ポリシー管理サーバ(XDMS)の処理量を削減することができる。
According to the present invention, it is possible to provide a presence service system and a presence service method capable of using authorization for browsing presence information when using presence information from a Web service or the like.
Furthermore, it is possible to reduce the processing amount of the presence server and the authorization policy management server (XDMS) that are implemented to acquire presence information.

本発明の第1実施形態に係るプレゼンスサービスシステムの全体構成を示す図である。1 is a diagram showing an overall configuration of a presence service system according to a first embodiment of the present invention. 同第1実施形態に係るゲートウェイ(SIP−AS)の機能構成図を示す図である。It is a figure which shows the function block diagram of the gateway (SIP-AS) which concerns on the said 1st Embodiment. 同第1実施形態に係るID記憶部の一例を示す図である。It is a figure which shows an example of the ID memory | storage part which concerns on the 1st Embodiment. 同第1実施形態に係るシーケンス図を示す図である。It is a figure which shows the sequence diagram which concerns on the 1st Embodiment. 本発明の第2実施形態に係るプレゼンスサービスシステムの全体構成を示す図である。It is a figure which shows the whole structure of the presence service system which concerns on 2nd Embodiment of this invention. 同第2実施形態に係るゲートウェイ(SIP−AS)の機能構成図を示す図である。It is a figure which shows the function block diagram of the gateway (SIP-AS) which concerns on the 2nd Embodiment. 同第2実施形態に係る要求元と要求先とプレゼンス情報の記憶部の一例を示す図である。It is a figure which shows an example of the memory | storage part of the request origin, request destination, and presence information which concern on the 2nd Embodiment. 同第2実施形態に係るシーケンス図を示す図である。It is a figure which shows the sequence diagram which concerns on the 2nd Embodiment. 本発明の第3実施形態に係るプレゼンスサービスシステムの全体構成を示す図である。It is a figure which shows the whole structure of the presence service system which concerns on 3rd Embodiment of this invention. 同第3実施形態に係るゲートウェイ(SIP−AS)の機能構成図を示す図である。It is a figure which shows the function block diagram of the gateway (SIP-AS) which concerns on the said 3rd Embodiment. 同第3実施形態に係るシーケンス図を示す図である。It is a figure which shows the sequence diagram which concerns on the 3rd Embodiment.

以下、図面を参照しながら本発明の実施形態を説明する。
(第1実施形態)
図1は本発明の第1実施形態に係るプレゼンスサービスシステムの全体構成を示す図である。同図に示すように、本実施形態に係るシステムは、主にHTTP(Hyper Text Transfer Protocol)に基づいて構築される第一のネットワーク1と、主にSIP(Session Initiation Protocol)に基づいて構築される第二のネットワーク2とを有する。第一のネットワーク1は、例えばWorld Wide Web(WWW)等である。第二のネットワーク2は、例えばIMS(IP Multimedia Subsystem)等である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
(First embodiment)
FIG. 1 is a diagram showing an overall configuration of a presence service system according to the first embodiment of the present invention. As shown in the figure, the system according to the present embodiment is mainly constructed based on the first network 1 constructed based on HTTP (Hyper Text Transfer Protocol) and mainly based on SIP (Session Initiation Protocol). And a second network 2. The first network 1 is, for example, World Wide Web (WWW). The second network 2 is, for example, an IMS (IP Multimedia Subsystem) or the like.

第一のネットワーク1(Web等)においては、ユーザA〜Bの端末(ウォッチャー)がWebサービスのサーバ3に接続している。これにより提供されるWebサービスは、例えばSNS(Sorcial Networking Service)である。   In the first network 1 (Web or the like), the terminals (watchers) of users A to B are connected to the server 3 of the Web service. The Web service provided thereby is, for example, SNS (Sorial Networking Service).

第二のネットワーク2を構成するIMSは、S−CSCF(Serving Call Session Control Function)10、P−CSCF(Proxy Call Session Control Function)11、I−CSCF(Interrogating Call Session Control Function)12、HSS(Home Scriber Server)13といった機能エンティティを含んでいる。   The IMSs constituting the second network 2 are: S-CSCF (Serving Call Session Control Function) 10, P-CSCF (Proxy Call Session Control Function) 11, I-CSCF (Interrogating Call Session Control HSS) It includes functional entities such as Scriber Server 13.

本実施形態に係るプレゼンスサービスシステムは、このようなIMSのプラットフォーム上に構築されたゲートウェイ(SIP−AS)4、XDMS(XML Data Management Server)6、プレゼンスサーバ8により実現される。
第一のネットワーク1におけるWebサービス(SNS等)のサーバ3と、第二のネットワーク2(IMS等)におけるゲートウェイ(SIP−AS)4とは、HTTP/SOAP(Simple Object Access Protocol)等のインターフェース(REST/Parlay X)を介してプレゼンス情報のやりとりを行う。
The presence service system according to the present embodiment is realized by a gateway (SIP-AS) 4, an XDMS (XML Data Management Server) 6, and a presence server 8 constructed on such an IMS platform.
The server 3 of the Web service (SNS, etc.) in the first network 1 and the gateway (SIP-AS) 4 in the second network 2 (IMS, etc.) are interfaces such as HTTP / SOAP (Simple Object Access Protocol). Existence information is exchanged via REST / Parlay X).

第二のネットワーク(IMS等)2においては、ユーザA〜Dの端末(パブリッシャー)のプレゼンス状態はプレゼンスサーバ8に登録されており、例えば図1に示すような「ユーザAさん:電話中」「ユーザBさん:非公開」「ユーザCさん:オフライン」「ユーザDさん:非公開」といったプレゼンス状態を閲覧可能である。本実施形態に係るプレゼンスサービスは、このような第二のネットワーク(IMS等)2におけるパブリッシャーのプレゼンス状態を、第一のネットワーク(Web等)1の端末(ウォッチャー)からWebサービス等を通じて閲覧できるようにするものである。   In the second network (IMS or the like) 2, the presence statuses of the terminals (publishers) of the users A to D are registered in the presence server 8. For example, “Mr. User A: Calling” “ The presence status such as “User B: private”, “User C: offline”, and “User D: private” can be browsed. The presence service according to the present embodiment can browse the presence status of the publisher in the second network (such as IMS) 2 from the terminal (watcher) of the first network (such as Web) 1 through the web service or the like. It is to make.

従来、ユーザA〜Bの端末(ウォッチャー)がWebサービス(SNS等)を利用する場合のIDと、プレゼンスサービスを利用する場合のIDとが異なるため、同端末がWebサービス等からプレゼンス情報を利用する場合には、ウォッチャーのプレゼンスサービスIDを匿名(あるいはSIPアプリケーションサーバのID)としてプレゼンスサービスを利用することになり、プレゼンス情報閲覧のための認可を用いることができない。   Conventionally, since the ID when the terminals (watchers) of the users A to B use the Web service (SNS etc.) and the ID when the presence service is used are different, the terminal uses the presence information from the Web service etc. In this case, the presence service is used with the watcher's presence service ID anonymous (or SIP application server ID), and authorization for viewing presence information cannot be used.

これに対し本発明の第1実施形態ではそのような制約を受けることなく、プレゼンス情報閲覧のための認可ポリシーを用いることが可能なように構成される。このため、本システムはWebサービスのIDとプレゼンスサービスのIDとを関連付けて記憶するID対応記憶部5を具備する。ゲートウェイ(SIP−AS)4は、プレゼンスサーバ8に対し、プレゼンスサービスのウォッチャーIDを付与してSIP信号(SUBSCRIBE等)を送信することにより、プレゼンス情報閲覧のための認可ポリシーを用いることを可能とする。   On the other hand, the first embodiment of the present invention is configured such that an authorization policy for browsing presence information can be used without being subjected to such restrictions. For this reason, this system includes an ID correspondence storage unit 5 that stores an ID of a Web service and an ID of a presence service in association with each other. The gateway (SIP-AS) 4 can use an authorization policy for viewing presence information by giving a presence service watcher ID to the presence server 8 and transmitting a SIP signal (SUBSCRIBE or the like). To do.

図2に、第1実施形態に係るゲートウェイ(SIP−AS)の機能構成図を示す。ゲートウェイ(SIP−AS)4の主たる機能はHTTP/SOAPとSIPのプロトコル変換機能であるが、本実施形態では更にサブスクライブ要求元の変更を行う機能を有する。   FIG. 2 shows a functional configuration diagram of the gateway (SIP-AS) according to the first embodiment. The main function of the gateway (SIP-AS) 4 is an HTTP / SOAP / SIP protocol conversion function. In this embodiment, the gateway (SIP-AS) 4 further has a function of changing a subscribe request source.

具体的には、ゲートウェイ(SIP−AS)4は、Webサービスのサーバ3から、サブスクライブ要求元として第一のネットワーク1の端末(ウォッチャー)のWebサービスIDを含むプレゼンス情報要求を受信するプレゼンス情報要求受信部40、受信したプレゼンス情報要求について、ID対応記憶部5からWebサービスIDに対応するプレゼンスサービスIDを取得することにより、サブスクライブ要求元を(匿名又はゲートウェイ4のIDから)当該端末(ウォッチャー)のプレゼンスサービスIDに変更するサブスクライブ要求元変更部41、サブスクライブ要求元をウォッチャーのプレゼンスサービスID(ウォッチャID)とした、サブスクライブ要求(SUBSCRIBE等のSIP信号)をプレゼンスサーバ8に送信するサブスクライブ要求送信部42を有する。   Specifically, the gateway (SIP-AS) 4 receives presence information request including a Web service ID of a terminal (watcher) of the first network 1 as a subscription request source from the Web service server 3. For the received presence information request, the request receiving unit 40 obtains the presence service ID corresponding to the Web service ID from the ID correspondence storage unit 5, so that the subscription request source (from anonymous or the ID of the gateway 4) Subscriber request source changing unit 41 for changing to the presence service ID of the watcher, and sending a subscribe request (SIP signal such as SUBSCRIBE) to the presence server 8 with the subscribe request source as the watcher's presence service ID (watcher ID). Having a subscribe request transmission unit 42.

また、ゲートウェイ(SIP−AS)4は、第二のネットワーク(IMS等)2においてプレゼンスサーバ8からプレゼンス情報(NOTIFY等のSIP信号)を受信するプレゼンス情報受信部44、受信したプレゼンス情報をプレゼンス情報要求に対する応答として、第一のネットワーク1の端末(ウォッチャー)に送信するプレゼンス情報送信部43を有する。   In addition, the gateway (SIP-AS) 4 includes a presence information receiving unit 44 that receives presence information (SIP signal such as NOTIFY) from the presence server 8 in the second network (such as IMS) 2, and the received presence information as presence information. As a response to the request, there is a presence information transmission unit 43 that transmits to a terminal (watcher) of the first network 1.

ID対応記憶部5は、例えば図3に示すように、ユーザごとのWebサービスIDとプレゼンスサービスIDの対応関係を記憶している。なお、図1では、ID対応記憶部5がゲートウェイ(SIP−AS)4の外に設けられるように示されているが、このID対応記憶部5は、図2のようにゲートウェイ(SIP−AS)4内に設けられてもよい。あるいは、Webサービス内、又はゲートウェイ(SIP−AS)4とは独立した装置としてID対応記憶部5が配備される形態も想定される。   For example, as shown in FIG. 3, the ID correspondence storage unit 5 stores the correspondence between the Web service ID and the presence service ID for each user. In FIG. 1, the ID correspondence storage unit 5 is shown to be provided outside the gateway (SIP-AS) 4, but the ID correspondence storage unit 5 is connected to the gateway (SIP-AS) as shown in FIG. 2. ) 4 may be provided. Or the form by which the ID corresponding | compatible memory | storage part 5 is arrange | positioned as an apparatus independent in the web service or the gateway (SIP-AS) 4 is also assumed.

図4に第1実施形態のシーケンス図を示す。このシーケンスは、ユーザCの端末(パブリッシャー)におけるプレゼンス情報を第一のネットワーク(Web等)1のユーザAの端末(ウォッチャー)がWebサービスを通じて2回閲覧し、続いてユーザBの端末(ウォッチャー)がユーザCのプレゼンス情報を2回閲覧するという例である。   FIG. 4 shows a sequence diagram of the first embodiment. In this sequence, presence information on user C's terminal (publisher) is browsed twice by the user A's terminal (watcher) of the first network (Web etc.) 1 through the web service, and then user B's terminal (watcher). Is an example of browsing the presence information of the user C twice.

第二のネットワーク(IMS等)2において、ユーザCの端末がプレゼンスサーバ8に対してプレゼンスを発行(PUBLISH等)する。プレゼンスサーバ8は、ユーザCのプレゼンス(図1ではプレゼンス9)を保持する。またユーザCの端末は、同ユーザCのプレゼンス認可ポリシーをXDMS(認可ポリシー管理サーバ)6に送る。これには、例えばHTTP PUTコマンドが利用される。XDMS6はユーザCのプレゼンス認可ポリシーを保持する。この時点で、認可処理に基づいたユーザCのプレゼンスサービスを提供可能になる。すなわち、ユーザCのプレゼンスサービスを利用するには、ユーザCの認可ポリシーに従った認可を経る必要がある。   In the second network (IMS or the like) 2, the terminal of the user C issues presence (PUBLISH or the like) to the presence server 8. The presence server 8 holds the presence of the user C (presence 9 in FIG. 1). The terminal of the user C sends the presence authorization policy of the user C to an XDMS (authorization policy management server) 6. For this, for example, an HTTP PUT command is used. XDMS 6 holds the presence authorization policy of user C. At this point, the presence service of the user C based on the authorization process can be provided. That is, in order to use the presence service of the user C, it is necessary to pass authorization according to the authorization policy of the user C.

このような状況において、第一のネットワーク1のユーザAの端末(ウォッチャー)がユーザCのプレゼンス情報要求をSNS等のWebサービスのサーバ3に対して行う。Webサービスのサーバ3は、これに応じてまず1回目のプレゼンス情報要求(ユーザAによるユーザCのプレゼンス要求)をゲートウェイ(SIP−AS)4に対して行う。これは、例えばHTTP/SOAP等のインタフェースを介して行われる。   In such a situation, the terminal (watcher) of the user A of the first network 1 makes a request for presence information of the user C to the Web service server 3 such as SNS. In response to this, the Web service server 3 first makes a first presence information request (the presence request of the user C by the user A) to the gateway (SIP-AS) 4. This is performed via an interface such as HTTP / SOAP.

ゲートウェイ(SIP−AS)4は、ID対応記憶部5に問い合わせてユーザAのWebサービスID(Web−ID)に対応するプレゼンスサービスIDを取得する。そして、ゲートウェイ(SIP−AS)4は、サブスクライブ要求元を(匿名又はゲートウェイ4のプレゼンスサービスIDから)ユーザAのプレゼンスサービスID(ウォッチャーID)に変更してサブスクライブ要求(SUBSCRIBE等のSIP信号)をプレゼンスサーバ8に送信する。これによりユーザAからユーザCに対するプレゼンス要求がなされる。   The gateway (SIP-AS) 4 inquires of the ID correspondence storage unit 5 and acquires the presence service ID corresponding to the Web service ID (Web-ID) of the user A. Then, the gateway (SIP-AS) 4 changes the subscribe request source (anonymous or from the presence service ID of the gateway 4) to the presence service ID (watcher ID) of the user A, and subscribe request (a SIP signal such as SUBSCRIBE) ) To the presence server 8. As a result, a presence request from user A to user C is made.

プレゼンスサーバ8はユーザAのウォッチャーIDが付与されたSIP信号(SUBSCRIBE等)を受信すると、ユーザAがプレゼンス情報を求めている相手であるユーザCの認可ポリシーをXDMS6に要求する。これには例えばHTTP GETコマンドが用いられる。XDMS6では、すでにユーザCの認可ポリシーを保持しており、ユーザCの認可ポリシー応答をプレゼンスサーバ8に返答する(2000K)。   When the presence server 8 receives the SIP signal (SUBSCRIBE or the like) to which the watcher ID of the user A is assigned, the presence server 8 requests the XDMS 6 for the authorization policy of the user C with whom the user A is seeking presence information. For example, an HTTP GET command is used. The XDMS 6 already holds the authorization policy for the user C, and returns an authorization policy response for the user C to the presence server 8 (2000K).

そしてプレゼンスサーバ8は、ユーザAからのプレゼンス要求に対し、ユーザCの認可ポリシーを適用したプレゼンス応答(NOTIFY等のSIP信号)をゲートウェイ(SIP−AS)4に送信する。ゲートウェイ(SIP−AS)4は、該ユーザCのプレゼンス応答をWebサービスのサーバ3に送信する。これは、プレゼンス要求の場合と同様、例えばHTTP/SOAP等のインタフェースを介して行われる。   In response to the presence request from the user A, the presence server 8 transmits a presence response (SIP signal such as NOTIFY) to which the authorization policy of the user C is applied to the gateway (SIP-AS) 4. The gateway (SIP-AS) 4 transmits the presence response of the user C to the Web service server 3. This is performed through an interface such as HTTP / SOAP as in the case of the presence request.

従って、ユーザAについてのWebサービスが、認可を用いたプレゼンス情報をゲートウェイ(SIP−AS)4を経由して取得することができる。
さらに、ユーザAの端末(ウォッチャー)がWebサービスを通じて2回目の閲覧を行い、続いてユーザBの端末(ウォッチャー)がユーザCのプレゼンス情報を2回閲覧する。図4から分かるように、これらの動作は上記1回目の閲覧と同様である。当該ユーザ(ウォッチャ−)について、WebサービスIDとプレゼンスサービスIDの対応問合わせが行われ、対応するプレゼンスサービスIDをサブスクライブ要求元とするサブスクライブ要求(プレゼンス要求)がなされる。
Therefore, the Web service for the user A can acquire presence information using authorization via the gateway (SIP-AS) 4.
Further, the terminal (watcher) of the user A browses the second time through the Web service, and then the terminal (watcher) of the user B browses the presence information of the user C twice. As can be seen from FIG. 4, these operations are the same as in the first browsing. For the user (watcher), a correspondence inquiry between the Web service ID and the presence service ID is performed, and a subscribe request (presence request) is made with the corresponding presence service ID as a subscribe request source.

(第2実施形態)
以下、図5乃至図8を参照して本発明の第2実施形態を説明する。ここでは、第1実施形態と同様の構成要素には同一の参照数字を付して説明を省略し、第1実施形態と異なる部分について説明する。
第1実施形態によれば、Webサービス等からプレゼンス情報を利用する場合において、プレゼンス情報閲覧のための認可を用いることが可能となるが、HTTP/SOAP等によるゲートウェイ(SIP−AS)4へのプレゼンス要求と、SIP信号(SUBSCRIBE等)によるプレゼンスサーバ8へのプレゼンス要求とが1対1に対応している。このため、HTTP/SOAP等によるゲートウェイ(SIP−AS)4へのプレゼンス要求数が多い場合には、プレゼンスサーバ8へのプレゼンス要求数も比例して増大するため、プレゼンスサーバ8及びプレゼンスサーバ8へ信号を中継する第二のネットワーク(IMS等)2における信号処理負荷を増大させてしまうことになる。第2実施形態はこのような信号処理負荷の軽減に関する。
(Second Embodiment)
Hereinafter, a second embodiment of the present invention will be described with reference to FIGS. Here, the same reference numerals are given to the same components as those in the first embodiment, and the description thereof will be omitted, and only the parts different from those in the first embodiment will be described.
According to the first embodiment, when using presence information from a Web service or the like, it is possible to use authorization for browsing presence information, but the gateway (SIP-AS) 4 based on HTTP / SOAP or the like can be used. There is a one-to-one correspondence between a presence request and a presence request to the presence server 8 by a SIP signal (SUBSCRIBE or the like). For this reason, when the number of presence requests to the gateway (SIP-AS) 4 by HTTP / SOAP or the like is large, the number of presence requests to the presence server 8 also increases in proportion to the presence server 8 and the presence server 8. This increases the signal processing load in the second network (IMS or the like) 2 that relays the signal. The second embodiment relates to the reduction of such a signal processing load.

第2実施形態は、Webサービス等からプレゼンス情報を利用する場合においてプレゼンス情報閲覧のための認可を用いることができる点は第1実施形態と同様であるが、図5に示すようにプレゼンスサーバ8からすでに取得したプレゼンス情報(の一部)20をゲートウェイ(SIP−AS)4において保持するようにした点で第1実施形態とは異なる。プレゼンス情報20を保持している間に同一のプレゼンス情報要求に相当するプレゼンス情報閲覧要求が発生した場合、ゲートウェイ(SIP−AS)4は、この要求をプレゼンスサーバ8に中継する代わりに、同ゲートウェイ(SIP−AS)4内に保持しているプレゼンス情報20をWebサービスのサーバ3に対して送信する。   The second embodiment is the same as the first embodiment in that authorization for viewing presence information can be used when using presence information from a Web service or the like. However, as shown in FIG. The present embodiment is different from the first embodiment in that the presence information (partial) 20 already acquired from the network is held in the gateway (SIP-AS) 4. If a presence information browsing request corresponding to the same presence information request occurs while holding the presence information 20, the gateway (SIP-AS) 4 instead of relaying the request to the presence server 8, The presence information 20 held in the (SIP-AS) 4 is transmitted to the Web service server 3.

このため図6に示すように、第2実施形態に係るゲートウェイ(SIP−AS)4は、図2に示した構成要素に加え、プレゼンス情報受信部44が受信したプレゼンス情報について、ウォッチャーID(プレゼンス要求元)とパブリッシャーID(プレゼンス要求先)と該パブリッシャーのプレゼンス情報のデータとを関連付けて記憶部46に格納する制御を行うプレゼンス情報応答制御45と、プレゼンス情報要求受信部40が受信したプレゼンス情報要求について、そのウォッチャーID(プレゼンス要求元)とパブリッシャーID(プレゼンス要求先)とに対応するプレゼンス情報が記憶部46に存在するか否かを判定し、該記憶部46に存在すると判定されたならば、該当するプレゼンス情報のデータをWebサービスのサーバ3に対して送信するようプレゼンス情報送信部43に指示し、存在しないならば通常通りに新規のプレゼンス情報要求としてサブスクライブ要求元変更部41に送るサブスクライブ要求送信制御部47を有する。   For this reason, as shown in FIG. 6, the gateway (SIP-AS) 4 according to the second embodiment adds a watcher ID (presence) to the presence information received by the presence information receiving unit 44 in addition to the components shown in FIG. Request information), presence information response control 45 for performing control for associating and storing the publisher ID (presence request destination) and the presence information data of the publisher in the storage unit 46, and presence information received by the presence information request receiving unit 40 For the request, it is determined whether or not presence information corresponding to the watcher ID (presence request source) and publisher ID (presence request destination) exists in the storage unit 46, and if it is determined that the presence information exists in the storage unit 46 For example, the corresponding presence information data is sent to the Web service server 3. Having a subscribe request transmission control unit 47 instructs the presence information sending unit 43 sends the subscribe request based on changing unit 41 if not in the usual as a new presence information request to send to.

なお、プレゼンス情報要求受信部40が受信したプレゼンス情報要求におけるウォッチャーID(プレゼンス要求元)は、ID対応記憶部5から特定することができる。
図7に示すように、要求元と要求先とプレゼンス情報の記憶部46には、ウォッチャーID(プレゼンス要求元)と、パブリッシャーID(プレゼンス要求先)と、該パブリッシャーのプレゼンス情報のデータとが関連付けられて格納される。
The watcher ID (presence request source) in the presence information request received by the presence information request receiving unit 40 can be specified from the ID correspondence storage unit 5.
As shown in FIG. 7, the requester, the requestee, and the presence information storage unit 46 associate the watcher ID (presence requester), the publisher ID (presence requestee), and the presence information data of the publisher. Stored.

図8に第2実施形態のシーケンス図を示す。このシーケンスは、第1の実施形態と同様、ユーザCの端末(パブリッシャー)におけるプレゼンス情報を第一のネットワーク(Web等)1のユーザAの端末(ウォッチャー)がWebサービスを通じて2回閲覧し、続いてユーザBの端末(ウォッチャー)がユーザCのプレゼンス情報を2回閲覧するという例である。   FIG. 8 shows a sequence diagram of the second embodiment. As in the first embodiment, this sequence is followed by the user A's terminal (watcher) in the first network (Web, etc.) 1 viewing the presence information in the terminal (publisher) of user C twice through the web service, In this example, the terminal (watcher) of the user B browses the presence information of the user C twice.

第1実施形態と同様に、第二のネットワーク(IMS等)2において、ユーザCの端末がプレゼンスサーバ8に対してプレゼンスを発行(PUBLISH等)しており、プレゼンスサーバ8は、ユーザCのプレゼンス(図5ではプレゼンス9)を保持する。またXDMS6はユーザCのプレゼンス認可ポリシーを保持する。この時点で、認可処理に基づいたユーザCのプレゼンスサービスを提供可能になる。   As in the first embodiment, in the second network (IMS or the like) 2, the terminal of the user C issues a presence (PUBLISH or the like) to the presence server 8, and the presence server 8 (Presence 9 in FIG. 5) is held. The XDMS 6 holds the presence authorization policy of the user C. At this point, the presence service of the user C based on the authorization process can be provided.

このような状況において、第一のネットワーク1のユーザAの端末(ウォッチャー)がユーザCのプレゼンス情報要求をSNS等のWebサービスのサーバ3に対して行い、Webサービスのサーバ3は、これに応じてまず1回目のプレゼンス情報要求(ユーザAによるユーザCのプレゼンス要求)をゲートウェイ(SIP−AS)4に対して行う。   In such a situation, the terminal (watcher) of the user A of the first network 1 makes a request for presence information of the user C to the web service server 3 such as the SNS, and the web service server 3 responds accordingly. First, a first presence information request (user C's presence request for user C) is made to the gateway (SIP-AS) 4.

ゲートウェイ(SIP−AS)4は、ID対応記憶部5に問い合わせてユーザAのWebサービスID(Web−ID)に対応するプレゼンスサービスIDを取得し、サブスクライブ要求元をユーザAのプレゼンスサービスID(ウォッチャーID)に変更してサブスクライブ要求をプレゼンスサーバ8に送信する。これによりユーザAからユーザCに対するプレゼンス要求がなされる。   The gateway (SIP-AS) 4 inquires of the ID correspondence storage unit 5 to obtain the presence service ID corresponding to the Web service ID (Web-ID) of the user A, and uses the subscription request source as the presence service ID (user A). Change to watcher ID) and send a subscribe request to the presence server 8. As a result, a presence request from user A to user C is made.

プレゼンスサーバ8は、ユーザAのウォッチャーIDが付与されたプレゼンス要求を受信すると、ユーザAがプレゼンス情報を求めている相手であるユーザCの認可ポリシーをXDMS6に要求する。これに対しXDMS6は、ユーザCの認可ポリシー応答をプレゼンスサーバ8に返答する(2000K)。   When the presence server 8 receives the presence request assigned with the watcher ID of the user A, the presence server 8 requests the authorization policy of the user C with whom the user A is seeking presence information from the XDMS 6. In response to this, the XDMS 6 returns an authorization policy response of the user C to the presence server 8 (2000K).

そしてプレゼンスサーバ8は、ユーザAからのプレゼンス要求に対し、ユーザCの認可ポリシーを適用したプレゼンス応答(NOTIFY等のSIP信号)をゲートウェイ(SIP−AS)4に送信する。ゲートウェイ(SIP−AS)4は、該ユーザCのプレゼンス応答をWebサービスのサーバ3に送信する。ここで、第2実施形態では、ユーザCのプレゼンス情報20を記憶部46内に保持しておく。   In response to the presence request from the user A, the presence server 8 transmits a presence response (SIP signal such as NOTIFY) to which the authorization policy of the user C is applied to the gateway (SIP-AS) 4. The gateway (SIP-AS) 4 transmits the presence response of the user C to the Web service server 3. Here, in the second embodiment, the presence information 20 of the user C is held in the storage unit 46.

次に、ユーザAの端末(ウォッチャー)がWebサービスを通じて2回目の閲覧を行う。ここで、Webサービスのサーバ3は、2回目のプレゼンス情報要求(ユーザAによるユーザCのプレゼンス要求)をゲートウェイ(SIP−AS)4に対して行う。ゲートウェイ(SIP−AS)4は、ID対応記憶部5に問い合わせてユーザAのWebサービスID(Web−ID)に対応するプレゼンスサービスIDを取得する。ここで、記憶部46には、ユーザAのウォッチャーID(プレゼンス要求元)と、ユーザCのパブリッシャーID(プレゼンス要求先)とに関連付けてプレゼンス20が保持されているので、ゲートウェイ(SIP−AS)4は該プレゼンス20を記憶部46から読み出し、プレゼンス応答としてWebサービスのサーバ3に応答する。つまり、2回目のプレゼンス情報要求(ユーザAによるユーザCのプレゼンス要求)に対しては、これに基づくサブスクライブ要求をプレゼンスサーバ8に対して送らない。このような第2実施形態によれば、プレゼンスサーバ8及びプレゼンスサーバ8へ信号を中継する第二のネットワーク(IMS等)2の信号処理負荷を第1実施形態よりも削減することができる。   Next, the terminal (watcher) of the user A performs a second browsing through the web service. Here, the Web service server 3 makes a second presence information request (the presence request of the user C by the user A) to the gateway (SIP-AS) 4. The gateway (SIP-AS) 4 inquires of the ID correspondence storage unit 5 and acquires the presence service ID corresponding to the Web service ID (Web-ID) of the user A. Here, since the presence 20 is held in the storage unit 46 in association with the watcher ID (presence request source) of the user A and the publisher ID (presence request destination) of the user C, the gateway (SIP-AS) 4 reads the presence 20 from the storage unit 46 and responds to the server 3 of the Web service as a presence response. That is, for the second presence information request (the presence request of the user C by the user A), a subscription request based on the request is not sent to the presence server 8. According to the second embodiment, the signal processing load of the presence server 8 and the second network (IMS or the like) 2 that relays signals to the presence server 8 can be reduced as compared with the first embodiment.

(第3実施形態)
以下、図9乃至図11を参照して本発明の第3実施形態を説明する。ここでは、第2実施形態と同様の構成要素には同一の参照数字を付して説明を省略し、第3実施形態が第2実施形態とは異なる部分について説明する。
第2実施形態は、Webサービス等からプレゼンス情報を利用する場合において、プレゼンス情報閲覧のための認可を用いることを可能とし、更に第1実施形態よりもプレゼンスサーバ8の処理負荷を軽減するものであるが、同一のパブリッシャーに対するプレゼンス要求であってもWebサービスからの要求元(ウォッチャー)が異なる場合には、パブリッシャーがウォッチャーに適用する認可ポリシーを確認するため、プレゼンスサーバ8にSIP信号を送信しなければならない。
(Third embodiment)
Hereinafter, a third embodiment of the present invention will be described with reference to FIGS. 9 to 11. Here, the same reference numerals are given to the same components as those in the second embodiment, and the description thereof will be omitted. The parts of the third embodiment different from those of the second embodiment will be described.
The second embodiment makes it possible to use authorization for viewing presence information when using presence information from a web service or the like, and further reduces the processing load on the presence server 8 compared to the first embodiment. If the request source (watcher) from the Web service is different even if the presence request is for the same publisher, a SIP signal is transmitted to the presence server 8 in order to confirm the authorization policy applied by the publisher to the watcher. There must be.

第3実施形態は、Webサービス等からプレゼンス情報を利用する場合においてプレゼンス情報閲覧のための認可を用いることができる点は第1実施形態と同様であり、プレゼンス情報閲覧要求をプレゼンスサーバ8に中継する代わりに同ゲートウェイ(SIP−AS)4内に保持しているプレゼンス情報20をWebサービスのサーバ3に対して送信する点においては第2実施形態と同様であるが、図9に示すように認可ポリシー管理サーバであるXDMS6からすでに取得した認可ポリシー(の一部)30をゲートウェイ(SIP−AS)4において保持するようにした点で第2実施形態とは異なる。   The third embodiment is similar to the first embodiment in that authorization for viewing presence information can be used when using presence information from a Web service or the like, and the presence information browsing request is relayed to the presence server 8. Instead, the presence information 20 held in the gateway (SIP-AS) 4 is transmitted to the Web service server 3 as in the second embodiment, but as shown in FIG. The second embodiment is different from the second embodiment in that an authorization policy (part) 30 already acquired from the XDMS 6 serving as an authorization policy management server is held in the gateway (SIP-AS) 4.

上述のようにウォッチャーに適用する認可ポリシーを確認する必要が生じた際に、ゲートウェイ(SIP−AS)4は、内部に保持している認可ポリシー30を用いる。
このため、図10に示すように、第3実施形態に係るゲートウェイ(SIP−AS)4は、図6に示した構成要素に加え、プレゼンス情報のパブリッシャーの認可ポリシーを要求する認可ポリシー要求を認可ポリシー管理サーバであるXDMS6に送信する認可ポリシー要求送信部48と、この要求に対してXDMS6から送信された認可ポリシーを受信する認可ポリシー受信部49と、受信した認可ポリシーを記憶する認可ポリシー記憶部50を有する。
When it becomes necessary to confirm the authorization policy to be applied to the watcher as described above, the gateway (SIP-AS) 4 uses the authorization policy 30 held inside.
Therefore, as shown in FIG. 10, the gateway (SIP-AS) 4 according to the third embodiment grants an authorization policy request for requesting the authorization policy of the publisher of presence information in addition to the components shown in FIG. An authorization policy request transmission unit 48 that transmits to the XDMS 6 that is the policy management server, an authorization policy reception unit 49 that receives the authorization policy transmitted from the XDMS 6 in response to this request, and an authorization policy storage unit that stores the received authorization policy 50.

図11に第3実施形態のシーケンスを示す。ゲートウェイ(SIP−AS)4においては、当該ゲートウェイ(SIP−AS)4を要求元としてプレゼンスサーバ8からユーザCのプレゼンス情報20を取得して記憶部46に保持すると共に、認可ポリシー管理サーバであるXDMS6から同ユーザCの認可ポリシー30を取得して記憶部50に保持する。第3実施形態は、プレゼンスサーバ8からユーザCのプレゼンス情報20を取得する際に、ユーザA(ウォッチャー)ではなくゲートウェイ(SIP−AS)4を要求元とする点が上述した第1及び第2の実施形態とは異なっている。この場合、ゲートウェイ(SIP−AS)4は、サブスクライブ要求元をゲートウェイ(SIP−AS)4のプレゼンスサービスID(ウォッチャーID)とした、サブスクライブ要求(SUBSCRIBE等のSIP信号)をプレゼンスサーバ8に送信する。あるいは、ゲートウェイ(SIP−AS)4のプレゼンスサービスID(ウォッチャーID)とせずに、匿名を意味する特定のプレゼンスサービスIDとしてもよい。このような第3実施形態では、プレゼンスサーバ8ではなくゲートウェイ4においてプレゼンス情報に対する認可ポリシーの適用動作を行う。仮に第1及び第2の実施形態のようにウォッチャーであるユーザAのプレゼンスサービスIDを含んだサブスクライブ要求(SUBSCRIBE等のSIP信号)がプレゼンスサーバ8に送信されると、プレゼンスサーバ8が認可ポリシーの適用を行ってしまう。そこで本実施形態では上記のようにユーザAとは異なるプレゼンスサービスID(ウォッチャーID)としたサブスクライブ要求とすることで、プレゼンスサーバ8では認可ポリシーの適用は行われないようにする。   FIG. 11 shows a sequence of the third embodiment. The gateway (SIP-AS) 4 is the authorization policy management server while acquiring the presence information 20 of the user C from the presence server 8 using the gateway (SIP-AS) 4 as a request source and holding it in the storage unit 46. The authorization policy 30 of the same user C is acquired from the XDMS 6 and stored in the storage unit 50. In the third embodiment, when the presence information 20 of the user C is acquired from the presence server 8, the request source is the gateway (SIP-AS) 4 instead of the user A (watcher). This is different from the embodiment. In this case, the gateway (SIP-AS) 4 sends a subscribe request (SIP signal such as SUBSCRIBE) to the presence server 8 with the subscribe request source as the presence service ID (watcher ID) of the gateway (SIP-AS) 4. Send. Alternatively, the presence service ID (watcher ID) of the gateway (SIP-AS) 4 may be used instead of a specific presence service ID that means anonymity. In the third embodiment, the authorization policy is applied to the presence information in the gateway 4 instead of the presence server 8. If a subscribe request (SIP signal such as SUBSCRIBE) including the presence service ID of the user A who is a watcher is transmitted to the presence server 8 as in the first and second embodiments, the presence server 8 will determine the authorization policy. Will be applied. Therefore, in the present embodiment, the presence server 8 does not apply the authorization policy by using a subscription request with a presence service ID (watcher ID) different from that of the user A as described above.

そしてゲートウェイ(SIP−AS)4は、要求先(この例ではユーザC)が同一である2回目以降のプレゼンス要求(この例ではユーザCに対するユーザBからのプレゼンス要求)に対しては、プレゼンスサーバ8にSIP信号を送信することなくWebサービスに対し応答可能となり、プレゼンスサーバ8及びプレゼンスサーバ8への信号を中継する第二のネットワーク(IMS等)の信号処理負荷を第1実施形態よりも削減することが可能である。   The gateway (SIP-AS) 4 is a presence server for the second and subsequent presence requests (in this example, the presence request from the user B to the user C) having the same request destination (the user C in this example). 8 can respond to a Web service without sending a SIP signal to the presence server 8 and the signal processing load of the second network (such as IMS) that relays the signal to the presence server 8 is reduced compared to the first embodiment. Is possible.

なお、本発明は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

1…第一のネットワーク(Web等);
2…第二のネットワーク(SIP等);
3…Webサービスのサーバ(SNS等);
4…ゲートウェイ(SIP−AS);
5…ID対応記憶部;
6…XDMS;
7…認可ポリシー;
8…プレゼンスサーバ;
9…プレゼンス;
10…S−CSCF;
11…P−CSCF;
12…I−CSCF;
13…HSS
1 ... 1st network (Web etc.);
2 ... Second network (SIP etc.);
3 ... Web service server (SNS, etc.);
4 ... Gateway (SIP-AS);
5 ... ID correspondence storage unit;
6 ... XDMS;
7 ... Authorization policy;
8 ... Presence server;
9 ... Presence;
10 ... S-CSCF;
11 ... P-CSCF;
12 ... I-CSCF;
13 ... HSS

Claims (6)

パブリッシャーのユーザから発行されたプレゼンス情報を保持するプレゼンスサーバと、
前記パブリッシャーのユーザの認可ポリシーを管理する認可ポリシー管理サーバ(XDMS)と、
ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するID対応記憶部と、
ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するWebサービスのサーバと、
前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を前記プレゼンスサーバに送信するゲートウェイと、を具備し、
前記プレゼンスサーバは、前記サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシー管理サーバから取得した認可ポリシーを適用してプレゼンス応答を送信することを特徴とするプレゼンスサービスシステム。
A presence server that holds presence information issued by publisher users;
An authorization policy management server (XDMS) for managing authorization policies of the publisher user;
An ID correspondence storage unit that stores a Web service ID of a user in association with a presence service ID when the user is a watcher;
A web service server that transmits a presence information request including the web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
The presence information request is received from the web service server, a presence service ID corresponding to the web service ID of the user is obtained from the ID correspondence storage unit, and a subscription request including the presence service ID is obtained from the presence server. And a gateway to transmit to
The presence server sends a presence response to the watcher user specified by the presence service ID included in the subscribe request by applying the authorization policy acquired from the authorization policy management server. Service system.
パブリッシャーのユーザから発行されたプレゼンス情報を保持するプレゼンスサーバと、
前記パブリッシャーのユーザの認可ポリシーを管理する認可ポリシー管理サーバ(XDMS)と、
ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するID対応記憶部と、
ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するWebサービスのサーバと、
前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を前記プレゼンスサーバに送信するゲートウェイと、を具備し、
前記プレゼンスサーバは、前記サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシー管理サーバから取得した認可ポリシーを適用してプレゼンス応答を送信し、
前記ゲートウェイは、前記プレゼンス応答として受信したプレゼンス情報をウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとに関連付けてプレゼンス情報記憶部に記憶し、
ウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとが同一であるサブスクライブ要求に対しては、前記プレゼンス情報記憶部に記憶されているプレゼンス情報をプレゼンス応答として前記Webサービスのサーバに送信することを特徴とするプレゼンスサービスシステム。
A presence server that holds presence information issued by publisher users;
An authorization policy management server (XDMS) for managing authorization policies of the publisher user;
An ID correspondence storage unit that stores a Web service ID of a user in association with a presence service ID when the user is a watcher;
A web service server that transmits a presence information request including the web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
The presence information request is received from the web service server, a presence service ID corresponding to the web service ID of the user is obtained from the ID correspondence storage unit, and a subscription request including the presence service ID is obtained from the presence server. And a gateway to transmit to
The presence server sends a presence response to the watcher user identified by the presence service ID included in the subscribe request by applying the authorization policy acquired from the authorization policy management server;
The gateway stores the presence information received as the presence response in a presence information storage unit in association with the presence service ID of the watcher user and the presence service ID of the publisher user;
In response to a subscribe request in which the presence service ID of the watcher user and the presence service ID of the publisher user are the same, the presence information stored in the presence information storage unit is sent to the Web service server as a presence response. A presence service system characterized by transmitting.
パブリッシャーのユーザから発行されたプレゼンス情報を保持するプレゼンスサーバと、
前記パブリッシャーのユーザの認可ポリシーを管理する認可ポリシー管理サーバ(XDMS)と、
ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するID対応記憶部と、
ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するWebサービスのサーバと、
前記Webサービスのサーバから前記プレゼンス情報要求を受信し、サブスクライブ要求を前記プレゼンスサーバに送信するゲートウェイと、を具備し、
前記プレゼンスサーバは、前記サブスクライブ要求に応じてプレゼンス応答を送信し、
前記ゲートウェイは、前記プレゼンス応答として受信したプレゼンス情報をウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとに関連付けてプレゼンス情報記憶部に記憶すると共に、該パブリッシャーの認可ポリシーを前記認可ポリシー管理サーバから取得して認可ポリシー記憶部に記憶し、
パブリッシャーのユーザのプレゼンスサービスIDが同一であるサブスクライブ要求に対しては、該サブスクライブ要求におけるウォッチャーのユーザのプレゼンスサービスIDに関して、前記プレゼンス情報記憶部に記憶されているプレゼンス情報に対して前記認可ポリシー記憶部に記憶されている認可ポリシーを適用してプレゼンス応答として前記Webサービスのサーバに送信することを特徴とするプレゼンスサービスシステム。
A presence server that holds presence information issued by publisher users;
An authorization policy management server (XDMS) for managing authorization policies of the publisher user;
An ID correspondence storage unit that stores a Web service ID of a user in association with a presence service ID when the user is a watcher;
A web service server that transmits a presence information request including the web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
A gateway for receiving the presence information request from the web service server and transmitting a subscribe request to the presence server;
The presence server sends a presence response in response to the subscribe request;
The gateway stores the presence information received as the presence response in the presence information storage unit in association with the presence service ID of the watcher user and the presence service ID of the publisher user, and the authorization policy of the publisher is stored in the authorization policy. Acquired from the management server and stored in the authorization policy storage unit,
For a subscription request in which the presence service ID of the publisher user is the same, the authorization for the presence information stored in the presence information storage unit with respect to the presence service ID of the watcher user in the subscription request A presence service system, wherein an authorization policy stored in a policy storage unit is applied and transmitted to the Web service server as a presence response.
プレゼンスサーバが、パブリッシャーのユーザから発行されたプレゼンス情報を保持するステップと、
認可ポリシー管理サーバ(XDMS)が、前記パブリッシャーのユーザの認可ポリシーを管理するステップと、
ID対応記憶部が、ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するステップと、
Webサービスのサーバが、ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するステップと、
ゲートウェイが、前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を前記プレゼンスサーバに送信するステップと、
前記プレゼンスサーバが、前記サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシー管理サーバから取得した認可ポリシーを適用してプレゼンス応答を送信するステップとを含むことを特徴とするプレゼンスサービス方法。
A presence server holding presence information issued by a publisher user;
An authorization policy management server (XDMS) managing an authorization policy of the publisher user;
An ID correspondence storage unit stores the Web service ID of the user in association with the presence service ID when the user is a watcher;
A web service server sending a presence information request including a web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
The gateway receives the presence information request from the Web service server, obtains a presence service ID corresponding to the Web service ID of the user from the ID correspondence storage unit, and sends a subscribe request including the presence service ID. Transmitting to the presence server;
The presence server includes a step of transmitting a presence response by applying an authorization policy acquired from the authorization policy management server to a watcher user specified by a presence service ID included in the subscribe request. A characteristic presence service method.
プレゼンスサーバが、パブリッシャーのユーザから発行されたプレゼンス情報を保持するステップと、
認可ポリシー管理サーバ(XDMS)が、前記パブリッシャーのユーザの認可ポリシーを管理するステップと、
ID対応記憶部が、ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するステップと、
Webサービスのサーバが、ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するステップと、
ゲートウェイが、前記Webサービスのサーバから前記プレゼンス情報要求を受信し、前記ユーザのWebサービスIDに対応するプレゼンスサービスIDを前記ID対応記憶部から取得し、該プレゼンスサービスIDを含んだサブスクライブ要求を前記プレゼンスサーバに送信するステップと、
前記プレゼンスサーバが、前記サブスクライブ要求に含まれるプレゼンスサービスIDにより特定されるウォッチャーのユーザに対し、前記認可ポリシー管理サーバから取得した認可ポリシーを適用してプレゼンス応答を送信するステップと、
前記ゲートウェイが、前記プレゼンス応答として受信したプレゼンス情報をウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとに関連付けてプレゼンス情報記憶部に記憶し、ウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとが同一であるサブスクライブ要求に対しては、前記プレゼンス情報記憶部に記憶されているプレゼンス情報をプレゼンス応答として前記Webサービスのサーバに送信するステップとを含むことを特徴とするプレゼンスサービス方法。
A presence server holding presence information issued by a publisher user;
An authorization policy management server (XDMS) managing an authorization policy of the publisher user;
An ID correspondence storage unit stores the Web service ID of the user in association with the presence service ID when the user is a watcher;
A web service server sending a presence information request including the web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
The gateway receives the presence information request from the Web service server, obtains a presence service ID corresponding to the Web service ID of the user from the ID correspondence storage unit, and sends a subscribe request including the presence service ID. Transmitting to the presence server;
The presence server transmitting a presence response by applying the authorization policy acquired from the authorization policy management server to a watcher user identified by a presence service ID included in the subscribe request;
The gateway stores the presence information received as the presence response in the presence information storage unit in association with the presence service ID of the watcher user and the presence service ID of the publisher user, and the presence service ID of the watcher user and the publisher And a step of transmitting the presence information stored in the presence information storage unit as a presence response to the Web service server in response to a subscription request having the same user presence service ID. Presence service method to do.
プレゼンスサーバが、パブリッシャーのユーザから発行されたプレゼンス情報を保持するステップと、
認可ポリシー管理サーバ(XDMS)が、前記パブリッシャーのユーザの認可ポリシーを管理するステップと、
ID対応記憶部が、ユーザのWebサービスIDと、該ユーザがウォッチャーとなる場合のプレゼンスサービスIDとを関連付けて記憶するステップと、
Webサービスのサーバが、ウォッチャーのユーザからのプレゼンス情報閲覧要求により、該ユーザのWebサービスIDを含んだプレゼンス情報要求をWebサービスにより送信するステップと、
ゲートウェイが、前記Webサービスのサーバから前記プレゼンス情報要求を受信し、サブスクライブ要求を前記プレゼンスサーバに送信するステップと、
前記プレゼンスサーバが、前記サブスクライブ要求に応じてプレゼンス応答を送信するステップと、
前記ゲートウェイが、前記プレゼンス応答として受信したプレゼンス情報をウォッチャーのユーザのプレゼンスサービスIDとパブリッシャーのユーザのプレゼンスサービスIDとに関連付けてプレゼンス情報記憶部に記憶すると共に、該パブリッシャーの認可ポリシーを前記認可ポリシー管理サーバから取得して認可ポリシー記憶部に記憶し、パブリッシャーのユーザのプレゼンスサービスIDが同一であるサブスクライブ要求に対しては、該サブスクライブ要求におけるウォッチャーのユーザのプレゼンスサービスIDに関して、前記プレゼンス情報記憶部に記憶されているプレゼンス情報に対して前記認可ポリシー記憶部に記憶されている認可ポリシーを適用してプレゼンス応答として前記Webサービスのサーバに送信するステップと、を含むことを特徴とするプレゼンスサービス方法。
A presence server holding presence information issued by a publisher user;
An authorization policy management server (XDMS) managing an authorization policy of the publisher user;
An ID correspondence storage unit stores the Web service ID of the user in association with the presence service ID when the user is a watcher;
A web service server sending a presence information request including a web service ID of the user by a web service in response to a presence information browsing request from a watcher user;
A gateway receiving the presence information request from the web service server and sending a subscribe request to the presence server;
The presence server sending a presence response in response to the subscribe request;
The gateway stores the presence information received as the presence response in the presence information storage unit in association with the presence service ID of the watcher user and the presence service ID of the publisher user, and the authorization policy of the publisher is stored in the authorization policy. For a subscription request acquired from the management server and stored in the authorization policy storage unit and having the same presence service ID of the publisher user, the presence information regarding the presence service ID of the watcher user in the subscription request Applying the authorization policy stored in the authorization policy storage unit to the presence information stored in the storage unit and transmitting the presence policy as a presence response to the server of the Web service , Presence service method, which comprises a.
JP2009042745A 2009-02-25 2009-02-25 Presence service system and presence service method Expired - Fee Related JP5193902B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009042745A JP5193902B2 (en) 2009-02-25 2009-02-25 Presence service system and presence service method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009042745A JP5193902B2 (en) 2009-02-25 2009-02-25 Presence service system and presence service method

Publications (2)

Publication Number Publication Date
JP2010198352A JP2010198352A (en) 2010-09-09
JP5193902B2 true JP5193902B2 (en) 2013-05-08

Family

ID=42823009

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009042745A Expired - Fee Related JP5193902B2 (en) 2009-02-25 2009-02-25 Presence service system and presence service method

Country Status (1)

Country Link
JP (1) JP5193902B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5509144B2 (en) * 2011-04-27 2014-06-04 京セラドキュメントソリューションズ株式会社 Communication apparatus and communication system
US8923899B2 (en) * 2011-06-15 2014-12-30 Alcatel Lucent Interface between restful web services and packet-switched networks for text messaging
EP2892186A1 (en) * 2014-01-02 2015-07-08 Alcatel Lucent Method and server enabling a first user to automatically discover the social network identifiers of a second user and the respective statuses of this second user in these social networks
CN104811320A (en) * 2014-01-29 2015-07-29 华为技术有限公司 State subscription method, device and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10177552A (en) * 1996-12-17 1998-06-30 Fuji Xerox Co Ltd Authentication answer method and authentication answer device using the answer method
JP4028407B2 (en) * 2003-02-06 2007-12-26 株式会社日立製作所 Proxy response control method for IP telephone system
JP2004328578A (en) * 2003-04-28 2004-11-18 Ntt Docomo Inc Gateway unit and portable device
JP4277621B2 (en) * 2003-08-20 2009-06-10 沖電気工業株式会社 Service providing system and method, service providing program, and recording medium
JP4937794B2 (en) * 2007-03-06 2012-05-23 日本電信電話株式会社 Load distribution system, cooperative service providing apparatus, information sharing storage apparatus, load distribution method, and load distribution program

Also Published As

Publication number Publication date
JP2010198352A (en) 2010-09-09

Similar Documents

Publication Publication Date Title
CN104704795B (en) The method and system of virtual sip user agent is created by using the web browser with webRTC
CA2792147C (en) Apparatus and method for providing contacts through interworking between messaging service and social network service
US20100088371A1 (en) Method for obtaining device information of user terminals and communication service function entity
CN101401384A (en) Methods and apparatus for registering or deregistering a user to or from an IP multimedia subsystem
CN101160879A (en) Method and system, server and unit for setting configuration information of a presentity client
US20120023247A1 (en) Anonymous communication system, anonymous communication method, communication control apparatus, terminal apparatus and communication control program
WO2009017181A1 (en) Temporary connection number management system, terminal, temporary connection number management method, and temporary connection number management program
JP5193902B2 (en) Presence service system and presence service method
CN101836423A (en) Service discovery associated with real time composition of services
US20100312847A1 (en) Method for authorizing a watcher by providing watcher specific information to the presentity
CN102742241B (en) Secure XDM communication between IMS network
US9762621B2 (en) Call routing for IP multimedia subsystem users
EP2071806B1 (en) Receiving/transmitting agent method of session initiation protocol message and corresponding processor
US20110289195A1 (en) Method and server for accessing and providing presence information in a communications network
US20130091287A1 (en) System for contact subscription invitations in a cross-domain converged address book system
JP5775034B2 (en) Communication destination solving apparatus, gateway apparatus, communication destination solving method, and program
JP5486078B2 (en) Method and node for user context transmission between communication networks
JP2010278867A (en) Subscriber information access method, subscriber information access system and server device thereof
US9762624B2 (en) Method and system for establishing a group messaging session in a communication system
CN101690114A (en) Real time composition of services
CN102469139B (en) A kind of ending chatting conversation and the method and system of obtaining chat sessions information
EP2294780B1 (en) A method for masking data
KR20070121459A (en) Method and system for providing schedule information and record media therefor
US9197674B1 (en) Inter-domain user and service mobility in SIP/SIMPLE systems
KR101129247B1 (en) Method and apparatus for call processing for instant messaging service

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110318

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20120627

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130204

R150 Certificate of patent or registration of utility model

Ref document number: 5193902

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160208

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees