US20120254407A1 - System and method to monitor and transfer hyperlink presence - Google Patents

System and method to monitor and transfer hyperlink presence Download PDF

Info

Publication number
US20120254407A1
US20120254407A1 US13/239,766 US201113239766A US2012254407A1 US 20120254407 A1 US20120254407 A1 US 20120254407A1 US 201113239766 A US201113239766 A US 201113239766A US 2012254407 A1 US2012254407 A1 US 2012254407A1
Authority
US
United States
Prior art keywords
hyperlink
information
monitor
presence information
status
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.)
Abandoned
Application number
US13/239,766
Inventor
Li Li
Wu Chou
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.)
Avaya Inc
Original Assignee
Avaya Inc
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 Avaya Inc filed Critical Avaya Inc
Priority to US13/239,766 priority Critical patent/US20120254407A1/en
Assigned to AVAYA INC. reassignment AVAYA INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHOU, WU, LI, LI
Publication of US20120254407A1 publication Critical patent/US20120254407A1/en
Assigned to THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A. reassignment THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A. SECURITY AGREEMENT Assignors: AVAYA, INC.
Assigned to BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE reassignment BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE SECURITY AGREEMENT Assignors: AVAYA, INC.
Assigned to AVAYA INC. reassignment AVAYA INC. BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 029608/0256 Assignors: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Assigned to AVAYA INC. reassignment AVAYA INC. BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 030083/0639 Assignors: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/03Protecting confidentiality, e.g. by encryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • H04W4/025Services making use of location information using location based information parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0407Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the identity of one or more communicating identities is hidden

Definitions

  • Embodiments of the present invention generally relate to hyperlink presence. More specifically, embodiments of the present invention relate to a system and method for monitoring presence information of a hyperlink, and rendering the presence information to a user.
  • REST REpresentational State Transfer
  • a web service that is compatible with REST is said to be “RESTful.”
  • REST provides resource management and promotes architectural choices that include: 1) Addressability—each resource can be addressed by Uniform Resource Identifier (“URI”); 2) Connectedness—resources are linked to provide navigations; 3) Uniform Interface—all resources support a subset of a uniform interface between components, namely GET, PUT, DELETE and POST; 4) Statelessness—all requests to a resource contain all of information necessary to process the requests, and the servers do not need to keep any context about the requests; and 5) Layering: intermediate proxies between clients and servers can be used to cache data for efficiency.
  • URI Uniform Resource Identifier
  • Connectedness resources are linked to provide navigations
  • Uniform Interface all resources support a subset of a uniform interface between components, namely GET, PUT, DELETE and POST
  • Statelessness all requests to a resource contain all of information necessary to process the requests, and the
  • REST web service paradigm is gaining popularity for use in implementing mobile device applications.
  • researchers have also compared the performance of the same SOAP and REST services implemented on mobile devices. REST was found to be more suitable to mobile devices since REST required less processing time and memory.
  • Constrained REST Environments is protocol that restricts HTTP when executing on low-end devices, such as 8-bit microcontrollers with up to 12 KB of memory.
  • the Constrained REST Environments protocol binds HTTP to UDP for asynchronous messages.
  • this approach is not suitable for mobile environments, because mobile phones do not have reachable IP addresses.
  • REST web service framework for a number of applications, such as: to implement mobile commerce spaces; to support services on mobile computing units in connection with semantic web technology; to expose IMS capabilities to Web 2.0 applications; to support person-to-person communication and collaborations over WiFi and 3G networks; and to provide a web service provisioning system having much lower overhead than a SOAP counterpart.
  • WAP Wireless Application Protocol
  • WAP Gateway uses Wireless Session Protocol (“WSP”), which is a binary version of HTTP, to transfer encoded Wireless Markup Language (“WML”) content to the mobile devices.
  • WSP Wireless Session Protocol
  • WML Wireless Markup Language
  • Hyperlinks in hypertext can identify resource located in distributed hypertext systems.
  • the most popular such system is the Web.
  • URI uniform resource indicators
  • hyperlinks i.e., hyperlinks
  • URI uniform resource indicators
  • Presence is the availability and willingness of an entity to communicate. It has been used to reduce the uncertainty and cost of communications.
  • the HTTP 1.1 protocol provides status codes and response headers to indicate the status of a resource. For example, “404 Not Found” in response to a resource request indicates the resource does not exist.
  • One of the response headers is “Retry-After” which indicates a resource is temporarily unavailable and suggests that the user agent retry the resource request sometime in the future.
  • the “Retry-After” header does not guarantee that the resource will be available by the suggested time.
  • the status codes and response headers are not available until the user agent requests it. The combination of these two factors forces the user agent into an inefficient polling mode, when it should get the status in real-time.
  • Some user agent like web browser, renders a hyperlink differently (e.g., using a different font, color, boldness, etc.) according to whether the hyperlink has been visited or not.
  • Many web browsers keep track of a users' browsing history, which is a set of visited hyperlinks and their dates. This browsing history indicates that the referenced resource was available at some time in the past.
  • Presence monitoring and updating protocols e.g. SIP, XMPP, etc.
  • Presence monitoring and updating protocols have been developed and used in various communication systems, such as online chat, IM and IP phones (e.g., Skype, Google Talk, etc.). These protocols typically follows a subscribe-notify design pattern, in which the user agent subscribes to a presence server, which in turn notifies the subscribers the presence updates.
  • the presence attributes and values are defined by the presence monitoring and updating protocols and can be extended by implementations if necessary.
  • Extensible Messaging and Presence Protocol (“XMPP”) (RFC3920) supports efficient bidirectional XML streams between XMPP servers using two TCP/IP connections. This creates bidirectional notification flows between XMPP servers.
  • XMPP protocol is not based on REST web services.
  • BOSH XEP-0124
  • XEP-0060 publish/subscribe extension
  • PDAs personal digital assistants
  • notebook computers as the next-generation PDA.
  • the mobile phones offer a desirable combination of telephony functions (e.g., making and receiving phone calls), sensory functions (e.g., sound, camera, camcorder, location, acceleration, temperature, etc.) and communication networks (3G, WiFi, Bluetooth, WiMAX, etc.).
  • telephony functions e.g., making and receiving phone calls
  • sensory functions e.g., sound, camera, camcorder, location, acceleration, temperature, etc.
  • communication networks 3G, WiFi, Bluetooth, WiMAX, etc.
  • Embodiments in accordance with the present invention may include a web service approach to enable collaborative endpoint network for mobile phones and to expose their functions on mobile phones as REST web services, such that applications running remotely can monitor and control them in a near real-time manner.
  • Collaborative endpoint network is an emerging area with applications in intelligent home network, etc.
  • a travel application is to use mobile phones as a virtual tour guide, and push relevant multimedia content to a visitor as he/she moves around a tourism site.
  • Mobile phones are also an ideal device to keep track of traffic flows when the speed of many drivers can be obtained and aggregated automatically. All these applications require the ability to monitor and control one or more functions on the phone in near-real time, as these functions, such as location, may change frequently and in-time responses are needed.
  • REST web services An efficient approach to supporting these applications is to expose the fundamental functions on the phones as REST web services and make mobile phones as web service endpoints, so that services on mobile phones can be invoked and composed in different ways by different applications.
  • This approach eliminates the need for each application to duplicate the same function.
  • Making a phone into a web service endpoint enables the applications to interact with the phones in heterogeneous mobile environments, as web service is independent of transport protocols and programming languages.
  • REST web service is easy to extend as it supports dynamic discovery through links. For example, to add a second camera on the phone into the services, we just need to implement a new camera resource and link it the main resource.
  • HTTP 1.1 protocol used in current REST web suffers several shortcomings.
  • HTTP 1.1 should be expanded to support multiple transport protocol bindings besides TCP/IP, in order to support REST services in heterogeneous environments. Therefore, a need exists to provide both compaction and expansion of the HTTP 1.1 protocol in order to support current REST services in a mobile phone environment.
  • embodiments in accordance with the present invention construct a “Compact HTTP” protocol, which includes a small subset of HTTP 1.1 that keeps only the elements of HTTP 1.1 that are used to enable a collaborative endpoint network of mobile phones.
  • Embodiments in accordance with the present invention describe how Compact HTTP can be bound to multiple messaging protocols, in particular to XMPP and Short Message Service (“SMS”). These protocol bindings introduce asynchrony into REST to support event-driven REST web services on mobile phones. Furthermore, HTTP over XMPP in accordance with embodiments of the present invention introduces hyperlink presence into REST to mitigate the broken link issue that is important for mobile phones. Embodiments in accordance with the present invention also provide a security profile that is useful to afford flexible and quick setup of security contexts between services and clients.
  • embodiments in accordance with the present invention provide a lightweight web services framework on an Android mobile phone.
  • a plurality of resources including sound, camera, camcorder, location, power, motion, scheduler, and telephony manager are implemented as secured REST web services.
  • the collaborative endpoint network framework also supports web storage (e.g., Google sites, YouTube, etc.) in order to upload recorded media for instant sharing and collaboration.
  • Embodiments in accordance with the present invention provide a method to monitor and transfer hyperlink presence information, including: transmitting a hyperlink presence monitor request to a web server; receiving an hyperlink presence information; and rendering a hyperlink based upon the hyperlink presence information.
  • the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data.
  • the hyperlink presence information includes: a last-update information to indicate when the hyperlink presence was last updated; a last-status information to indicate a latest hyperlink presence status; a monitor information to indicate a URI that points to a resource to monitor for hyperlink presence; a status-list information to indicate a list of hyperlink presence status values; and a target information to indicate the hyperlink to be monitored.
  • Embodiments in accordance with the present invention provide a system to monitor and transfer hyperlink presence, including: a monitor module configured to transmit a hyperlink presence monitor request to a web server; a receiver configured to receive an hyperlink presence information; and a rendering module configured to render a hyperlink based upon the hyperlink presence information.
  • the hyperlink presence information includes: a last-update information to indicate a last time when the hyperlink presence was updated; a last-status information to indicate a latest hyperlink presence status; a monitor information to indicate a URI that points to a resource by which a user agent can monitor the hyperlink presence; a status-list information to indicate a list of hyperlink presence status that the hyperlink can have; and a target information to indicate the hyperlink to be monitored.
  • the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data.
  • the hyperlink presence information is received from a presence server that is separate from a server hosting the hyperlinked resource.
  • FIG. 1 is a message template pair, for a Compact HTTP request and response in accordance with an embodiment of the present invention
  • FIG. 2 illustrates a phone interface for an operator to carry out steps of a process in accordance with an embodiment of the present invention
  • FIG. 3 illustrates high level relations between client applications and REST services on the phones, in accordance with an embodiment of the present invention
  • FIG. 4 illustrates a high level architecture of REST service framework on Android phone, in accordance with an embodiment of the present invention
  • FIG. 5 illustrates a screenshot of web storage activity, in accordance with an embodiment of the present invention
  • FIG. 6 illustrates a comparison of mean interceptor times, in accordance with an embodiment of the present invention
  • FIG. 7 illustrates an overall web architecture to support hyperlink presence, in accordance with an embodiment of the present invention
  • FIG. 8 illustrates track hyperlink access in accordance with an embodiment of the present invention
  • FIG. 9 illustrates subscribing to a hyperlink presence through a web server and a presence server, in accordance with an embodiment of the present invention.
  • FIG. 10 illustrates Transfer presence information across user agents, in accordance with an embodiment of the present invention.
  • Embodiments of the present invention generally relate to hyperlink presence. More specifically, embodiments of the present invention relate to a system and method based upon Representational State Transfer for monitoring presence information of a hyperlink, and rendering the presence information to a user.
  • REST refers to REpresentational State Transfer web services, as described below in further detail.
  • RESTful refers to a web service that is compatible with REST.
  • R-Event refers to a RESTful web service framework, and in particular to a RESTful web service framework which is usable to implement distributed event-based systems.
  • module refers generally to a logical sequence or association of steps, processes or components.
  • a software module may comprise a set of associated routines or subroutines within a computer program.
  • a module may comprise a substantially self-contained hardware device.
  • a module may also comprise a logical set of processes irrespective of any software or hardware implementation.
  • the term “resource” refers to a special component that is addressable by URI and supports a uniform interface as defined by REST. Any information that can be named can be a resource: a document or image, a temporal service (e.g. “today's weather in Los Angeles”), a collection of other resources, a non-virtual object (e.g. a person), and so on. In other words, any concept that might be the target of an author's hypertext reference fits within the definition of a resource.
  • a resource is a conceptual mapping to a set of entities, not the entity that corresponds to the mapping at any particular point in time.
  • HTTP 1.1 has a set of very powerful features that can be too expensive to implement and support on resource-constrained mobile devices. Even though it is possible to run an HTTP 1.1 server on Android mobile phones, many of its features may never be utilized. Therefore, there is a need to develop a lightweight compact protocol, “Compact HTTP,” for mobile phones.
  • Compact HTTP includes a subset of the HTTP 1.1 protocol, but yet is still useful to provide the endpoint network and collaborative applications of mobile phones. Protocol compaction as described herein is particularly useful for lightweight or otherwise less powerful devices.
  • examples presented herein may illustrate HTTP messages in plain text, rather than binary, because the compact subset of HTTP 1.1 may grow to support further extensions.
  • FIG. 1 a Compact HTTP request and response template that follows HTTP 1.1 is shown in FIG. 1 .
  • All of the variables illustrated in FIG. 1 including “ ⁇ operation ⁇ ,” “ ⁇ path ⁇ ,” “ ⁇ version ⁇ ,” “ ⁇ status ⁇ ,” and “ ⁇ reason ⁇ ” are defined in HTTP 1.1.
  • the version is HTTP 1.1c.
  • “ ⁇ form ⁇ ” is defined by HTML 4 (also known as HTML 1999), whose media type is “application/x-www-form-urlencoded.” The differences between Compact HTTP and HTTP 1.1 are described below.
  • “Authorization” contains the access token for the message.
  • “Authorization” is a request header.
  • Embodiments in accordance with the present invention extend “Authorization” to responses because responses may be sent in a different connection. Therefore, the client needs to authorize a response before taking any action (e.g., to update a user interface).
  • x-tid is a new header to HTTP 1.1 that clients may use to correlate asynchronous responses and events to requests.
  • a value for “x-tid” is set in a request and echoed in the responses.
  • the templates shown in FIG. 1 by design omit some headers considered important for REST services, such as the ETag response header. This is because the resources of the mobile devices that Compact HTTP is designed to run on tend to have small representations that can be updated and transmitted without checking the versions.
  • a representation of a resource is a stream of bytes returned by the resource.
  • Example representations include a HTML document, JPEG or XML document.
  • a user agent e.g., a web browser
  • the user agent may use ETag, in combination with other HTTP headers, to ask the server to send the representation only if it is different from what has been cached.
  • such checking is not used.
  • the representation may be, for instance, as measured by the maximum size of an HTTP form.
  • Embodiments in accordance with the present invention also omit content negotiation headers in favor of using URI.
  • Typical HTTP messages follow a request-response pattern. Services following this pattern are atomic as the service is complete once the response is sent. However, many services on the mobile phones are multi-step instead of atomic. For example, to control a camera to take a picture involves the following steps: 1) adjust focus; 2) take shot; 3) upload picture to a web site. Modeling this type of services as atomic would not be a scalable approach because: 1) it would make the service stateful, which violates the REST statelessness principle; and 2) it makes a client less responsive to service state changes and it is much more expensive to recover from faults.
  • Embodiments in accordance with the present invention model the multi-step services as one request followed by multiple responses, in which intermediate responses indicate service progression while the final one indicates service completion.
  • the status for the intermediate responses should be 202 Accepted or 206 Partial Content, while the final response should be 200 OK or 201 Created.
  • Status 206 is used only withw GET in HTTP 1.1, and here we extend it to any request to convey the current service state as partial content. All asynchronous responses are correlated to its request by x-tid for both atomic and multi-step services.
  • Another type of message exchange pattern is event subscription and notifications.
  • a client can subscribe to a phone's location tracking service to receive notifications about location changes of the phone.
  • a subscription sent by a client as PUT
  • unknown number of notifications sent by the service as POST.
  • a client should be able to tell which notifications are from which subscriptions, so that the client can adjust the subscriptions, e.g. cancel, etc.
  • the x-tid of notifications would echo the x-tid of the subscription request.
  • the Compact HTTP does not specify how to design the resources to support these message exchange patterns.
  • Embodiments in accordance with the present invention follow the REST service design patterns, including session, event subscription, multi-resource and multi-state, which are common in real-time communication services.
  • a tenet of the web service paradigm is that web services should function independently of the transport protocol used for providing the web service. Separation of protocol messages and transport is a consequence of that tenet.
  • SOAP based web services embrace this approach by defining SOAP bindings to HTTP (see, e.g., WSDL 2001), to XMPP (see, e.g., SOAP/XMPP 2005), and to JMS (see, e.g., SOAP/JMS 2009).
  • HTTP presently has bindings only to TCP/IP and UDP.
  • Embodiments in accordance with the present invention extend HTTP bindings with other message transport protocols by developing the process and modular components to extend the HTTP bindings. In particular, the binding of HTTP with XMPP is discussed below in detail.
  • any resource must have a URI that identifies where the resource is and how to contact it. Because we want to bind HTTP to different transport protocols, we adopt a two-level URI scheme according to RFC-3986, where the first level URI identifies the HTTP information and the second level URI identifies the transport information:
  • the format to address a resource x with HTTP over SMS to a phone number is:
  • the format to address a resource x with HTTP through a SMTP gateway is:
  • the URI for the resource would be:
  • a client To communicate with a resource with uri_ 1 , a client first establishes a communication channel according to uri_ 2 and then transmits HTTP messages over the communication channel. This process is elaborated in the next section using XMPP as an example.
  • XMPP architecture consists of XMPP servers and clients. To exchange messages, clients establish a TCP/IP connection to the same or federated XMPP servers.
  • Federated servers are a network of XMPP servers connected by the XMPP server-server protocol.
  • Open XMPP servers such as Google Talk, provide users free accounts with federated identities. For instance, a user can use a valid GMail account to login to the Google Talk server.
  • a XMPP client To connect to a XMPP server, a XMPP client typically needs to know the following information: 1) XMPP host and port (e.g., talk.google.com:5222); and 2) XMPP Service (e.g., gmail.com).
  • This information is not included in URI scheme because the URI scheme is independent of which XMPP server is used. Therefore, the host/port/service information can be saved in a configuration file associated with a user. Once the user logs into the XMPP server, the connection identified by the saved host/port/service information is used to transmit all HTTP messages.
  • Chat service is among the base protocols of XMPP and most XMPP clients support this feature. Therefore, embodiments in accordance with the present invention transmit Compact HTTP messages as chat over XMPP.
  • the template for HTTP request and response over XMPP is:
  • While browsing the Web a user may encounter a broken hyperlink, which may occur in certain circumstances when the resource that embeds the links is not aware of the linked resource.
  • the web server shuts down, or the linked resources that are hosted on the web server are moved or deleted, the link becomes broken. In this situation, it is difficult for the client to know when the link will be restored unless the client polls the server constantly, which creates unnecessary network traffic.
  • HTTP over XMPP provides a solution to the problem of broken hyperlinks by using presence services provided by the XMPP layer.
  • a XMPP client listens for presence updates from a JID address, it can assign presence to a hyperlink containing that address in near real-time. For example, to assign presence to a hyperlink: http://xmpp:someone@gmail.com/x, the client just needs to monitor the presence of someone@gmail.com. By knowing the link presence, the client can avoid fetching or polling the broken links all together.
  • the presence services also gives the REST services an ability to change their presence, for example in case of temporary maintenance, while keeping the clients informed in a timely fashion.
  • SMS is a very common feature in most mobile phones. There are several ways to send and receive SMS messages depending on the networks. In cellular networks that provide SMS, two phones can exchange SMS directly. Outside the cellular networks, a client may use a SMS gateway that exposes particular protocols, such as SMTP to send and IMAP to retrieve SMS messages. For example, this approach is available in the T-MobileTM network, which assigns each G1 phone an email address that ties with its number, for example: ⁇ number ⁇ @tmobile.net.
  • the Compact HTTP messages are contained in the User Data (“UD”) segment of the SMS Protocol Description Unit (“PDU”).
  • UD User Data
  • PDU SMS Protocol Description Unit
  • the HTTP message may be contained in the email body. Examples are illustrated below in greater detail.
  • Security is an important issue in hosting web services on mobile phones because the open access to resources on the phone may be misused by malicious clients. It is typical to deploy layered security mechanisms from protocol up to applications such that a breach at a lower level can be defended by the layer above.
  • security mechanisms at Compact HTTP, transport protocols, services and applications are employed, as described below in greater detail.
  • a HTTP message may travel through different networks in different protocols. Therefore, it is desirable to employ end-to-end message level security.
  • a symmetric key based security protocol may be used to set up security contexts between two parties.
  • a design goal is to allow a user who operates the phone to quickly grant and reject clients and service requests.
  • Symmetric key is chosen because our applications are aimed at trusted users who can exchange secret keys easily. For example, the phone and the client may be managed by the same user.
  • the protocol includes the following steps:
  • the client decrypts the message with P, store T 2 and sends an encrypted response message that indicates acceptance.
  • the phone receives and decrypts the response and activates the security context, which contains (A, P, T 1 , T 2 ).
  • Any subsequent message from the client to the phone will contain T 2 and be encrypted with P.
  • the phone will decrypt any message from A with P and checks it against T 2 .
  • Any response message to A will contain T 1 and be encrypted with P.
  • FIG. 2 illustrates the phone interface for the operator to carry out steps 3-5 and step 7.
  • the operator can start and stop services, login and out of transport services, as ways to control access to the services.
  • Embodiments in accordance with the present invention may use one or more methods to further limit message exchange patterns for security reasons.
  • the respond messages may always be sent back to the requester on the same transport protocol, which had been authenticated and authorized.
  • Embodiments in accordance with the present invention also secure access to sensitive data collected by the services, such as captured images and videos, by restricting storage of the sensitive data. For example, instead of returning the content to the authenticated client directly, the system stores it locally or stores it in a web storage site and provides a link to the client, who can retrieve it with another set of credentials.
  • FIG. 3 illustrates relationships of the prototype system between various client applications and the phones, in which REST services are accessible to clients of different kinds over the heterogeneous networks.
  • FIG. 4 illustrates a high-level REST server architecture on an Android phone.
  • the Android services may comprise components developed from the Android software development kit (“SDK”) and the Java SDK.
  • SDK Android software development kit
  • transport services 410 and a portion of REST services 420 not within REST framework 421 are developed from the Android SDK, whereas storage services 430 are developed from the Java SDK.
  • the core REST framework 421 including the security package 424 , also is not developed from an Android packages and can be run in any Java runtime.
  • REST framework 421 may rely upon at least one resource 422 that is developed from the Java SDK and at least one resource 423 that is developed from the Android SDK.
  • Transport services 410 are responsible for listening and sending messages over a transport protocol, such as SMS or XMPP.
  • a transport protocol such as SMS or XMPP.
  • XMPP transport we used a XMPP client library compiled for Android.
  • SMS we used Android SmsManager. If an incoming message is intended for the REST Service 420 , it is forwarded to the REST Service 420 as an Intent on Android platform.
  • the REST Service 420 is an Android Service that contains the REST framework 421 . Upon starting, the REST Service 420 registers an Intent Listener. Upon receiving a message encapsulated in the Intent, the Intent Listener looks up the security context 424 for the message and invokes the interceptor chain 425 in the REST framework 421 to process the message.
  • Interceptor chain 425 within REST framework 421 , contains an incoming interceptor chain, a pivot, and an outgoing interceptor chain.
  • the incoming chain consists of three interceptors to 1) decrypt; 2) de-serialize; and 3) authorize the message. If any of these interceptors fails, the message is discarded and an error message is returned. If the message is a request, the pivot will invoke the corresponding resource 422 or 423 ; if the message is a response, the pivot forwards it to the Android Notification Service.
  • the outgoing chain consists of four interceptors to 1) endorse; 2) serialize; 3) encrypt; and 4) deliver the responses.
  • the chains can also be invoked by a resource 422 or 423 to control another resource 422 or 423 . For example, a scheduler resource controls the camera by going through the same incoming chain for security reasons.
  • Java Crypto packages javax.crypto and java.security
  • PBEWithMD5AndDES password based encryption algorithm
  • the REST resources in our approach can use web storages provided by Google to upload captured audio (Google Docs), image (Picasa) and video (YouTube) contents, so that they can be instantly shared for collaboration.
  • the storage service is an abstraction of local and web storages with three methods: login(account), logout( ) and save(uri, content). It uses a set of HTTP clients to upload multimedia contents to the designated server and publish the services to a web proxy (e.g. Google Sites).
  • the phone interface to manage web storage is illustrated in FIG. 5 .
  • Table 1 lists the major resources developed within our collaborative endpoint network framework. Each resource is described by one table that defines its path, service, operations and response patterns, where “a” stands for atomic or “m” stands for multi-step.
  • the Android phone client can control and monitor other Android phones running REST services using HTTP over SMS or XMPP.
  • the Java client based on open source Smack 3.1.0 XMPP library (Smack API 3.1.0), controls and monitors REST services using HTTP over XMPP only.
  • Performance of the REST based collaborative endpoint network framework is a consideration.
  • the server side we measured the total processing time (from entering the incoming chain to leaving the outgoing chain) as well as the processing time of individual interceptors.
  • the round-trip latency (which includes the network latency and XMPP library processing time).
  • we used the XMPP java client on a desktop computer (Dual Core CPU 3.00 GHz with 2 GB RAM) connected to the Internet to send 52 HTTP messages over XMPP to each REST service on a T-Mobile HTC G1 phone (Firmware 1.6, Build DMD64) registered in T-Mobile cellular network.
  • the measurements on the phone were collected using Android TimeLogger utility and on our Java desktop client using Java System.nanoTime function.
  • the time performances are summarized in Table 2 and the message sizes are listed in Table 3.
  • FIG. 6 illustrates the mean times spent in the interceptors.
  • the graph shows that, on average, encryption, decryption and pivot are the top three time consuming components, taking up approximately 69% of total server time. Notice that the pivot time is the mean time spent by the resources to execute HTTP methods, which is outside the control of the framework.
  • Table 3 shows that relatively small messages are sufficient to support a variety of basic services such as those referred to in Table 1.
  • Embodiments in accordance with the present invention have proposed and developed a lightweight protocol, Compact HTTP, that includes a relatively small subset of HTTP 1.1, to address message exchange patterns to enable collaborative endpoint network of mobile phones and related applications.
  • Compact HTTP has been used to develop a REST based framework to handle multi-step interactions, including event subscription and notification.
  • a description of how to bind HTTP to XMPP and SMS for collaborative mobile phone endpoint network has been presented.
  • Embodiments in accordance with the present invention provide hyperlink presence when communicating with HTTP over XMPP. Further embodiments provided an approach and implemented a solution based on the hyperlink presence in collaborative mobile phone endpoint network to address the broken link problem.
  • Embodiments in accordance with the present invention provide a symmetric key based security protocol in collaborative mobile phone endpoint network to provide end-to-end message level security for service authentication and authorization.
  • a prototype system has been developed that allows enterprise clients to control and monitor over a dozen of REST resources on a T-Mobile G1 phone.
  • Experimental studies have been performed and the results demonstrated at least that the proposed approaches and architecture are feasible, efficient, and extensible.
  • the browsing history provided by web browsers does not indicate the current status of visited resources.
  • Many other hypertext user agents such as an Email client, a PDF Reader, and MS Word, do not provide such browsing history at all.
  • these user agents do not provide a mechanism to transfer the presence information of a hyperlink to other user agents.
  • the status of the hyperlink is unknown to the recipient. It is difficult for the recipient to know if the hyperlink is correct or has worked without this information.
  • the current presence protocols can only be used with a particular type of resources defined by the protocol. For example, SIP can only provide presence for resources identified by SIP URI, whereas XMPP only for resources identified by JID. These protocols and systems cannot associate presence information with resources identified by other URI schemes, for example HTTP. A user agent of these presence protocols (e.g. a GoogleTalk client) only understand a single protocol. Therefore, none of these presence protocols by itself is sufficient to provide presence for hyperlinks in general.
  • FIGS. 7-10 present several embodiments using hyperlink presence, each embodiment having a number of structural elements. It should be understood that a reference number assigned to a link between structural elements may refer to either the communication path itself or to the message(s) carried by the communication path. Multiple links between a pair of structural elements may refer to multiple communication paths, or may refer to a single communication path that caries multiple messages. The distinction that is intended when describing the embodiment will be apparent from the surrounding text.
  • FIG. 7 illustrates a simplified web architecture 700 in accordance with an embodiment of the present invention.
  • Web architecture 700 provides for an association of resource presence information with its hyperlink in a hypertext document, and displays the hyperlink differently according to the presence information. The number and type of presence information states may vary from one hyperlink to another.
  • Web architecture 700 includes a client 710 and a web server 720 .
  • Client 710 may include a user agent mark-up module 701 (e.g. web browser) that is able to describe hyperlink presence in hypertexts (e.g. HTML page) so a user agent can monitor it accordingly.
  • User agent mark-up module is separate from the monitor module 702 and the render module 703 , and is part of the user agent.
  • Client 710 may further include a monitor module 702 that functions as a presence watcher for user agent 701 .
  • Client 710 may also include a render module 703 to display hyperlink presence information from monitor module 702 and user agent mark-up module 701 .
  • Client 710 may also include a hyperlink transfer module 704 to pass hyperlink presence information across user agents.
  • User agent mark-up module 701 , monitor module 702 , render module 703 and hyperlink transfer module 704 may be in communicative contact with one another within client 710 .
  • a monitoring function within user agent mark-up module 701 communicates with web server 720 .
  • the monitoring function informs web server 720 by use of monitor message 731 that client 710 wants to receive presence updates from web server 720 .
  • Web server 720 responds by use of an update message 732 when there is a change in a presence status of a monitored link (e.g., link has become unavailable, or an unavailable link has become available).
  • the update message 732 is received by a render module 703 , within client 710 , which is able to interpret the update message 732 and render or otherwise update the display of affected hyperlinks in order to reflect the status of the presence information that was supplied by web server 720 .
  • Link 733 denotes a conceptual relation between the hyperlink 704 and the resource it points to in 720 .
  • This method described herein does not make distinction between a fault in the web server, as opposed to a fault in the communication path to the web server.
  • An objective of the method is to provide presence for a hyperlink. Since a hyperlink identifies a resource via a communication link or conceptual relation, its presence may be affected by both the state of the resource and the communication link. This message traffic is described below in greater detail.
  • the mark-up module 701 is based on a hyperlink-presence data model that describes the presence information for any hyperlink with the following properties:
  • monitor a URI that points to a resource by which a user agent can monitor the presence
  • status-list list of presence status that the hyperlink can have
  • target the hyperlink to be monitored.
  • This hyperlink-presence data model can be represented in hypertext (HTML or XHTML) in several ways by introducing a new vocabulary (i.e., custom message attributes and the set of values for those attributes) for the hyperlink-presence data model.
  • a presence update message can include presence status in the status-list (e.g. one of s1, s2 and s3) and any other status information, such as link failure, related to the monitored hyperlink.
  • An embodiment in accordance with the present invention for transmitting the hyperlink-presence data model may represent the properties as attributes of a hyperlink element, as shown below in Example 1:
  • each attribute in this embodiment becomes the value of the corresponding property and the href value of ⁇ a> becomes the value of target property.
  • HTML5 Hyper-Text Markup Language version 5
  • Microdata is known as a customized name/value (or attribute/value) pair used to define a vocabulary for a specialized purpose.
  • RDFa Resource Description Framework—in—attributes
  • RDFa adds a set of attribute-level extensions to XHTML for embedding rich metadata within Web documents.
  • Example 3 below illustrates usage of RDFa to transmit the hyperlink-presence data model.
  • Monitor module 702 is a presence watcher module in user agent 701 , whose tasks include: 1) track hyperlink access; and 2) subscribes and receives presence events from a web server 720 .
  • web server 720 may be a gateway to a separate presence server, such as a SIP or XMPP presence server.
  • FIG. 8 illustrates a system and process to track hyperlink access, in accordance with an embodiment of the present invention.
  • Message 801 conveys the click action of a user clicking a hyperlink.
  • Message 801 results in user agent 810 sending a request 802 to a web server 820 for web server 820 to send information, including presence information, related to the hyperlink clicked on by the user.
  • Message 803 is a response is received by user agent 810 from web server 820 .
  • This information is sent to presence watcher module 811 by way of message 805 , where presence watcher module 811 tracks the information.
  • Presence watcher module 811 communicates with presence model module 812 by way of message 806 , in order to find the corresponding presence model.
  • Finding the corresponding presence model refers to a process of matching or correlating the presence information returned by web server 820 against predefined presence models stored in memory.
  • a presence watcher is responsible to monitor the presence of many hyperlinks. It does so by maintaining a presence model for each hyperlink that exposes presence.
  • the presence model is an abstract data structure of five properties describing the presence information of a hyperlink. This model can be represented using one of the three mark-up methods in examples described above.
  • Presence watcher module 811 communicates with presence model module 812 by way of message 807 , in order to update the presence model based on the response.
  • FIG. 9 illustrates a system 900 and process to subscribe to the presence information of a hyperlink.
  • Message 901 conveys the action of a user clicking on a hyperlink or otherwise indicating a hyperlink that is to be monitored for presence information.
  • Message 901 results in presence watcher 911 communicating with presence module 913 by way of message interface 902 in order to extract a presence data model for the hyperlink to be monitored.
  • Presence watcher 911 By way of a message on interface 904 running between presence watcher 911 and a monitor resource 921 , presence watcher 911 establishes a HTTP connection to the monitor resource 921 .
  • Monitor resource 921 may be hosted by a web server 920 .
  • Presence watcher 911 also registers, by way of a message on interface 903 , a listener function 912 to process presence events received from monitored resource 921 over connection 906 (described below in further detail).
  • Presence watcher 911 sends, by way of a message on interface 904 , a HTTP request following the Server-Sent Event protocol to the monitor resource 921 , in order to request receiving presence information identified by ⁇ filter ⁇ about ⁇ target ⁇ .
  • a HTTP request following the Server-Sent Event protocol is:
  • Monitor resource 921 processes the request received on interface 904 .
  • Monitor resource 921 provides an answer to the request by use of a message on interface 905 running between monitor resource 921 and presence watcher 911 .
  • Event stream 906 is then established by W3C Server-Sent Events protocol. The event stream may also be established by W3C WebSocket protocol.
  • web server 920 will subscribe to a presence server 930 in order to obtain presence information of target resource 931 . Subscribing would be by way of sending a message on interface 924 running between web server 920 and presence server 930 , and receiving a response from presence server 930 by way of a message on interface 925 running between presence server 930 and listener resource 922 . If presence server 930 grants the request, a positive response message is sent by use of interface 905 running between listener resource 922 and presence watcher 911 .
  • web server 920 sends presence events to the user agent 910 over interface 906 .
  • Presence watcher 911 updates the presence model 913 , by use of a message on interface 908 with the events. Presence watcher 911 also invokes, by use of a message on interface 907 , the registered listener module 912 to process the presence events. Finally, upon the user's request, the presence watcher 911 disconnects the event stream 906 in order to stop presence updates.
  • An embodiment of render module 703 in accordance with the present invention may use JavaScript to render hyperlink presence in a web browser such that different presence status can be distinguished and presented to the user. It is left to the browser and web application implementation regarding how such hyperlink presence information is presented to the user, for instance BY A CHANGE IN font, foreground color, background color, boldness, italic, underline, bounding box, blink, popup, or the like. Another embodiment is to display a notification window (or icon, etc.) anchored at the hyperlink. Yet another embodiment is to play a distinct sound. Regardless of what type of display is used to indicate changes to the hyperlink presence information, the detailed presence information can be obtained and viewed by some user input, for example, by hovering over the hyperlink or clicking the notification window.
  • FIG. 10 illustrates a transfer 1000 of hyperlink presence between a local user agent 1001 and a remote user agent 1002 , in accordance with an embodiment of the present invention.
  • the user agents 1001 , 1002 use the format illustrated in FIG. 10 to export and import the presence model.
  • hyperlink presence is transferred between local user agent 1001 and remote user agent 1002 by encoding the last-update and last-status properties with the hyperlink to be transferred.
  • XHTML template anchor elements are used to represent these properties, as shown below, in order to make sure that different user agents can interpret the properties.
  • Transfer from local user agent 1001 to remote user agent 1002 may be a transfer 1003 via a clipboard (e.g., Windows clipboard or other operating system clipboard), or a transfer 1004 via the Internet.
  • a clipboard e.g., Windows clipboard or other operating system clipboard
  • the choice of one transfer method over another depends on whether a first agent and a second agent are collocated in the same computer. If the first agent and the second agent are in the same computer with shared memory, such as a web browser and an email client running on a PC, then the shared memory (e.g., clipboard) can be used to transfer the hyperlink presence. If the two agents are running on different computers with network connections, such as two email clients on two different PCs, then a network transfer is used.
  • FIG. 10 describes how a snapshot of presence information about a hyperlink obtained in one user agent can be shared with another user agent, who may or may not monitor the presence as described in the previous figures.
  • a typical transfer XHTML message is shown below.

Abstract

Method to monitor and transfer hyperlink presence information, including: transmitting a hyperlink presence monitor request to a web server; receiving an hyperlink presence information; and rendering a hyperlink based upon the hyperlink presence information. Optionally, the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data. Optionally, the hyperlink presence information includes: a last-update information to indicate when the hyperlink presence was last updated; a last-status information to indicate a latest hyperlink presence status; a monitor information to indicate a URI that points to a resource to monitor for hyperlink presence; a status-list information to indicate a list of hyperlink presence status values; and a target information to indicate the hyperlink to be monitored.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims the benefit of U.S. Provisional Patent Application Ser. No. 61/471,507, filed on Apr. 4, 2011, the content of which is hereby incorporated by reference in its entirety.
  • BACKGROUND
  • 1. Field of the Invention
  • Embodiments of the present invention generally relate to hyperlink presence. More specifically, embodiments of the present invention relate to a system and method for monitoring presence information of a hyperlink, and rendering the presence information to a user.
  • 2. Description of the Related Art
  • An architectural style that underlies the Web is REpresentational State Transfer (“REST”). A web service that is compatible with REST is said to be “RESTful.” REST provides resource management and promotes architectural choices that include: 1) Addressability—each resource can be addressed by Uniform Resource Identifier (“URI”); 2) Connectedness—resources are linked to provide navigations; 3) Uniform Interface—all resources support a subset of a uniform interface between components, namely GET, PUT, DELETE and POST; 4) Statelessness—all requests to a resource contain all of information necessary to process the requests, and the servers do not need to keep any context about the requests; and 5) Layering: intermediate proxies between clients and servers can be used to cache data for efficiency. Because of its relative simplicity, compared to SOAP-based web services, REST web service paradigm is gaining popularity for use in implementing mobile device applications. Researchers have also compared the performance of the same SOAP and REST services implemented on mobile devices. REST was found to be more suitable to mobile devices since REST required less processing time and memory.
  • Constrained REST Environments is protocol that restricts HTTP when executing on low-end devices, such as 8-bit microcontrollers with up to 12 KB of memory. The Constrained REST Environments protocol binds HTTP to UDP for asynchronous messages. However, this approach is not suitable for mobile environments, because mobile phones do not have reachable IP addresses.
  • Researchers in the field have proposed using REST web service framework for a number of applications, such as: to implement mobile commerce spaces; to support services on mobile computing units in connection with semantic web technology; to expose IMS capabilities to Web 2.0 applications; to support person-to-person communication and collaborations over WiFi and 3G networks; and to provide a web service provisioning system having much lower overhead than a SOAP counterpart.
  • Researchers have also presented a REST architecture to render web interfaces on mobile devices in which the REST protocol is used to synchronize between applications.
  • Researchers have described an approach to adapt resource-oriented service framework to automatically control robots for industrial automation tasks. This approach uses a special protocol called MRROR to handle events. Performance of this framework was evaluated under three physical networks: wireless LAN, Bluetooth and ZigBee. The results showed that the REST framework had a lower overhead than SOAP-based Devices Profile for Web Services (“DPWS”).
  • Wireless Application Protocol (“WAP”) is a suite of protocols to connect wireless mobile phones to the Web. The typical WAP architecture includes a Content Server, a WAP Gateway, and mobile devices. When requested by the Content Server, the WAP Gateway uses Wireless Session Protocol (“WSP”), which is a binary version of HTTP, to transfer encoded Wireless Markup Language (“WML”) content to the mobile devices. However, modern smart phones rarely support WAP because they can interpret HTML directly.
  • None of the research discussed above has studied how to compact HTTP for mobile devices and how to expand HTTP to connect phones with each other to enable a collaborative endpoint network in a mobile phone environment and to link functions on the phones with enterprise applications.
  • Hyperlinks in hypertext can identify resource located in distributed hypertext systems. The most popular such system is the Web. As the Web converges with real-time communication and collaboration, uniform resource indicators (“URI”) (i.e., hyperlinks) are used to identify people in communication and collaboration. However, when a hyperlink is broken, there is no way for a user of the hypertext system to know when it will be available again unless the user constantly polls it. This polling process, similar to playing phone tag, is very inefficient and often leads to increased communication cost and time.
  • Presence is the availability and willingness of an entity to communicate. It has been used to reduce the uncertainty and cost of communications. However, there is currently no mechanism to associate presence information with hyperlinks in distributed hypertext systems. As a result, there is no efficient way for a user to keep track of the status of a resource pointed to by a hyperlink in real-time communication and collaboration over the Web. To address this issue, there is a need for a mechanism to monitor and display real-time presence information associated with hyperlinks in hypertext.
  • The HTTP 1.1 protocol provides status codes and response headers to indicate the status of a resource. For example, “404 Not Found” in response to a resource request indicates the resource does not exist. One of the response headers is “Retry-After” which indicates a resource is temporarily unavailable and suggests that the user agent retry the resource request sometime in the future. However, the “Retry-After” header does not guarantee that the resource will be available by the suggested time. Furthermore, the status codes and response headers are not available until the user agent requests it. The combination of these two factors forces the user agent into an inefficient polling mode, when it should get the status in real-time.
  • Some user agent, like web browser, renders a hyperlink differently (e.g., using a different font, color, boldness, etc.) according to whether the hyperlink has been visited or not. Many web browsers keep track of a users' browsing history, which is a set of visited hyperlinks and their dates. This browsing history indicates that the referenced resource was available at some time in the past.
  • Presence monitoring and updating protocols (e.g. SIP, XMPP, etc.) have been developed and used in various communication systems, such as online chat, IM and IP phones (e.g., Skype, Google Talk, etc.). These protocols typically follows a subscribe-notify design pattern, in which the user agent subscribes to a presence server, which in turn notifies the subscribers the presence updates. The presence attributes and values are defined by the presence monitoring and updating protocols and can be extended by implementations if necessary.
  • Extensible Messaging and Presence Protocol (“XMPP”) (RFC3920) supports efficient bidirectional XML streams between XMPP servers using two TCP/IP connections. This creates bidirectional notification flows between XMPP servers. However, XMPP protocol is not based on REST web services. Although BOSH (XEP-0124) uses HTTP long-polling to emulate bidirectional TCP streams, the established streams are not web resources that can be manipulated by HTTP. XMPP also supports a publish/subscribe extension (XEP-0060) to allow XMPP entities to subscribe and publish events to topics. But these subscriptions are unidirectional and not web resources.
  • None of the research discussed above has studied how to provide presence information for hyperlinks. Thus there is a need to provide a protocol that provides presence information or status for hyperlinks in general.
  • SUMMARY
  • As mobile phones become more and more advanced, they are replacing other devices, such as personal digital assistants (“PDAs”) and notebook computers, as the next-generation PDA. Compared to other computing devices, the mobile phones offer a desirable combination of telephony functions (e.g., making and receiving phone calls), sensory functions (e.g., sound, camera, camcorder, location, acceleration, temperature, etc.) and communication networks (3G, WiFi, Bluetooth, WiMAX, etc.). More and more applications are being designed for mobile phones to take advantage of these capabilities, as evidenced by the popularity of iPhone and Android applications in the Apple App Store.
  • Embodiments in accordance with the present invention may include a web service approach to enable collaborative endpoint network for mobile phones and to expose their functions on mobile phones as REST web services, such that applications running remotely can monitor and control them in a near real-time manner. Collaborative endpoint network is an emerging area with applications in intelligent home network, etc. There are many motivating use cases to extend the collaborative endpoint network to mobile phones as a surveillance device to monitor and remind patients of their treatment, as well as find and locate medical professionals to treat them. A travel application is to use mobile phones as a virtual tour guide, and push relevant multimedia content to a visitor as he/she moves around a tourism site. Mobile phones are also an ideal device to keep track of traffic flows when the speed of many drivers can be obtained and aggregated automatically. All these applications require the ability to monitor and control one or more functions on the phone in near-real time, as these functions, such as location, may change frequently and in-time responses are needed.
  • An efficient approach to supporting these applications is to expose the fundamental functions on the phones as REST web services and make mobile phones as web service endpoints, so that services on mobile phones can be invoked and composed in different ways by different applications. This approach eliminates the need for each application to duplicate the same function. Making a phone into a web service endpoint enables the applications to interact with the phones in heterogeneous mobile environments, as web service is independent of transport protocols and programming languages. REST web service is easy to extend as it supports dynamic discovery through links. For example, to add a second camera on the phone into the services, we just need to implement a new camera resource and link it the main resource.
  • Two types of web services are SOAP-based and REST-based. Known implementations have chosen REST-based web services for mobile phones because of simplicity and close relationship with the architecture of the Web. However, the HTTP 1.1 protocol used in current REST web suffers several shortcomings. First, the HTTP 1.1 messages can be complex and large, while some features of HTTP 1.1 are never used in mobile phones. Second, HTTP 1.1 should be expanded to support multiple transport protocol bindings besides TCP/IP, in order to support REST services in heterogeneous environments. Therefore, a need exists to provide both compaction and expansion of the HTTP 1.1 protocol in order to support current REST services in a mobile phone environment. To address these issues, embodiments in accordance with the present invention construct a “Compact HTTP” protocol, which includes a small subset of HTTP 1.1 that keeps only the elements of HTTP 1.1 that are used to enable a collaborative endpoint network of mobile phones.
  • Embodiments in accordance with the present invention describe how Compact HTTP can be bound to multiple messaging protocols, in particular to XMPP and Short Message Service (“SMS”). These protocol bindings introduce asynchrony into REST to support event-driven REST web services on mobile phones. Furthermore, HTTP over XMPP in accordance with embodiments of the present invention introduces hyperlink presence into REST to mitigate the broken link issue that is important for mobile phones. Embodiments in accordance with the present invention also provide a security profile that is useful to afford flexible and quick setup of security contexts between services and clients.
  • Based on this protocol, embodiments in accordance with the present invention provide a lightweight web services framework on an Android mobile phone. Within this framework, a plurality of resources, including sound, camera, camcorder, location, power, motion, scheduler, and telephony manager are implemented as secured REST web services. The collaborative endpoint network framework also supports web storage (e.g., Google sites, YouTube, etc.) in order to upload recorded media for instant sharing and collaboration.
  • Embodiments in accordance with the present invention provide a method to monitor and transfer hyperlink presence information, including: transmitting a hyperlink presence monitor request to a web server; receiving an hyperlink presence information; and rendering a hyperlink based upon the hyperlink presence information. Optionally, the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data. Optionally, the hyperlink presence information includes: a last-update information to indicate when the hyperlink presence was last updated; a last-status information to indicate a latest hyperlink presence status; a monitor information to indicate a URI that points to a resource to monitor for hyperlink presence; a status-list information to indicate a list of hyperlink presence status values; and a target information to indicate the hyperlink to be monitored.
  • Embodiments in accordance with the present invention provide a system to monitor and transfer hyperlink presence, including: a monitor module configured to transmit a hyperlink presence monitor request to a web server; a receiver configured to receive an hyperlink presence information; and a rendering module configured to render a hyperlink based upon the hyperlink presence information.
  • Optionally, the hyperlink presence information includes: a last-update information to indicate a last time when the hyperlink presence was updated; a last-status information to indicate a latest hyperlink presence status; a monitor information to indicate a URI that points to a resource by which a user agent can monitor the hyperlink presence; a status-list information to indicate a list of hyperlink presence status that the hyperlink can have; and a target information to indicate the hyperlink to be monitored.
  • Optionally, the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data.
  • Optionally, the hyperlink presence information is received from a presence server that is separate from a server hosting the hyperlinked resource.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • So the manner in which the above recited features of the present invention can be understood in detail, a more particular description of embodiments of the present invention, briefly summarized above, may be had by reference to embodiments, which are illustrated in the appended drawings. It is to be noted, however, the appended drawings illustrate only typical embodiments encompassed within the scope of the present invention, and, therefore, are not to be considered limiting, for the present invention may admit to other equally effective embodiments, wherein:
  • FIG. 1 is a message template pair, for a Compact HTTP request and response in accordance with an embodiment of the present invention;
  • FIG. 2 illustrates a phone interface for an operator to carry out steps of a process in accordance with an embodiment of the present invention;
  • FIG. 3 illustrates high level relations between client applications and REST services on the phones, in accordance with an embodiment of the present invention;
  • FIG. 4 illustrates a high level architecture of REST service framework on Android phone, in accordance with an embodiment of the present invention;
  • FIG. 5 illustrates a screenshot of web storage activity, in accordance with an embodiment of the present invention;
  • FIG. 6 illustrates a comparison of mean interceptor times, in accordance with an embodiment of the present invention;
  • FIG. 7 illustrates an overall web architecture to support hyperlink presence, in accordance with an embodiment of the present invention;
  • FIG. 8 illustrates track hyperlink access in accordance with an embodiment of the present invention;
  • FIG. 9 illustrates subscribing to a hyperlink presence through a web server and a presence server, in accordance with an embodiment of the present invention; and
  • FIG. 10 illustrates Transfer presence information across user agents, in accordance with an embodiment of the present invention.
  • The headings used herein are for organizational purposes only and are not meant to be used to limit the scope of the description or the claims. As used throughout this application, the word may is used in a permissive sense (i.e., meaning having the potential to), rather than the mandatory sense (i.e., meaning must). Similarly, the words “include”, “including”, and “includes” mean including but not limited to. To facilitate understanding, like reference numerals have been used, where possible, to designate like elements common to the figures. Optional portions of the figures may be illustrated using dashed or dotted lines.
  • DETAILED DESCRIPTION
  • Embodiments of the present invention generally relate to hyperlink presence. More specifically, embodiments of the present invention relate to a system and method based upon Representational State Transfer for monitoring presence information of a hyperlink, and rendering the presence information to a user.
  • As used herein in connection with embodiments of the present invention, the term “REST” refers to REpresentational State Transfer web services, as described below in further detail.
  • As used herein in connection with embodiments of the present invention, the term “RESTful” refers to a web service that is compatible with REST.
  • As used herein in connection with embodiments of the present invention, the term “R-Event” refers to a RESTful web service framework, and in particular to a RESTful web service framework which is usable to implement distributed event-based systems.
  • As used herein, the term “module” refers generally to a logical sequence or association of steps, processes or components. For example, a software module may comprise a set of associated routines or subroutines within a computer program. Alternatively, a module may comprise a substantially self-contained hardware device. A module may also comprise a logical set of processes irrespective of any software or hardware implementation.
  • As used herein in connection with embodiments of the present invention, the term “resource” refers to a special component that is addressable by URI and supports a uniform interface as defined by REST. Any information that can be named can be a resource: a document or image, a temporal service (e.g. “today's weather in Los Angeles”), a collection of other resources, a non-virtual object (e.g. a person), and so on. In other words, any concept that might be the target of an author's hypertext reference fits within the definition of a resource. A resource is a conceptual mapping to a set of entities, not the entity that corresponds to the mapping at any particular point in time.
  • Compact HTTP
  • HTTP 1.1 has a set of very powerful features that can be too expensive to implement and support on resource-constrained mobile devices. Even though it is possible to run an HTTP 1.1 server on Android mobile phones, many of its features may never be utilized. Therefore, there is a need to develop a lightweight compact protocol, “Compact HTTP,” for mobile phones. Compact HTTP includes a subset of the HTTP 1.1 protocol, but yet is still useful to provide the endpoint network and collaborative applications of mobile phones. Protocol compaction as described herein is particularly useful for lightweight or otherwise less powerful devices.
  • For more powerful devices, either presently or as devices become more powerful in the future, compaction is less useful. For this reason, examples presented herein may illustrate HTTP messages in plain text, rather than binary, because the compact subset of HTTP 1.1 may grow to support further extensions.
  • Message Templates
  • To reach a compacted subset, embodiments in accordance with the present invention start from an empty feature set and add features to it as needed until the desired services are covered. For example, a Compact HTTP request and response template that follows HTTP 1.1 is shown in FIG. 1. All of the variables illustrated in FIG. 1, including “{operation},” “{path},” “{version},” “{status},” and “{reason}” are defined in HTTP 1.1. For Compact HTTP, the version is HTTP 1.1c. “{form}” is defined by HTML 4 (also known as HTML 1999), whose media type is “application/x-www-form-urlencoded.” The differences between Compact HTTP and HTTP 1.1 are described below.
  • “Authorization” contains the access token for the message. In HTTP 1.1, “Authorization” is a request header. Embodiments in accordance with the present invention extend “Authorization” to responses because responses may be sent in a different connection. Therefore, the client needs to authorize a response before taking any action (e.g., to update a user interface).
  • “x-tid” is a new header to HTTP 1.1 that clients may use to correlate asynchronous responses and events to requests. A value for “x-tid” is set in a request and echoed in the responses.
  • The templates shown in FIG. 1 by design omit some headers considered important for REST services, such as the ETag response header. This is because the resources of the mobile devices that Compact HTTP is designed to run on tend to have small representations that can be updated and transmitted without checking the versions. A representation of a resource is a stream of bytes returned by the resource. Example representations include a HTML document, JPEG or XML document. In web architecture, a user agent (e.g., a web browser) may cache the representation of a resource to reduce latency and network traffic. When the user agent requests the latest version of the representation, it may use ETag, in combination with other HTTP headers, to ask the server to send the representation only if it is different from what has been cached. In embodiments in accordance with the present invention, such checking is not used. The representation may be, for instance, as measured by the maximum size of an HTTP form. Embodiments in accordance with the present invention also omit content negotiation headers in favor of using URI.
  • Message Exchange Patterns
  • Typical HTTP messages follow a request-response pattern. Services following this pattern are atomic as the service is complete once the response is sent. However, many services on the mobile phones are multi-step instead of atomic. For example, to control a camera to take a picture involves the following steps: 1) adjust focus; 2) take shot; 3) upload picture to a web site. Modeling this type of services as atomic would not be a scalable approach because: 1) it would make the service stateful, which violates the REST statelessness principle; and 2) it makes a client less responsive to service state changes and it is much more expensive to recover from faults.
  • Embodiments in accordance with the present invention model the multi-step services as one request followed by multiple responses, in which intermediate responses indicate service progression while the final one indicates service completion. To separate them, the status for the intermediate responses should be 202 Accepted or 206 Partial Content, while the final response should be 200 OK or 201 Created. Status 206 is used only withw GET in HTTP 1.1, and here we extend it to any request to convey the current service state as partial content. All asynchronous responses are correlated to its request by x-tid for both atomic and multi-step services.
  • Another type of message exchange pattern is event subscription and notifications. For example, a client can subscribe to a phone's location tracking service to receive notifications about location changes of the phone. In this pattern, a subscription (sent by a client as PUT) is followed by unknown number of notifications (sent by the service as POST). A client should be able to tell which notifications are from which subscriptions, so that the client can adjust the subscriptions, e.g. cancel, etc. To support this feature, the x-tid of notifications would echo the x-tid of the subscription request.
  • Design Patterns
  • The Compact HTTP does not specify how to design the resources to support these message exchange patterns. Embodiments in accordance with the present invention follow the REST service design patterns, including session, event subscription, multi-resource and multi-state, which are common in real-time communication services.
  • Compact HTTP Bindings
  • In conventional REST web services, there is a basic and implicit assumption that a HTTP server has a public IP address. However, this is not possible in mobile environment, because a mobile phone is typically behind its provider's NAT gateway and its private IP address is not reachable from outside. Enterprise applications that control and monitor phones are also behind corporate firewalls. This creates difficulty for many real-time applications in which two-way messaging is required. On the other hand, many 3G mobile phones can join different communication networks over different protocols such that they are reachable without IP addresses. Instead of IP address, a phone can be addressed by a phone number (e.g., SMS protocol), an email address (e.g., SMTP protocol) or Jabber ID (“JID”) (e.g., XMPP).
  • Therefore, to support REST services in these heterogeneous environments, it is advantageous to decouple HTTP from TCP/IP. In addition to TCP/IP, it is both convenient and advantageous to treat these messaging protocols as “transport” for HTTP. This approach makes the REST services invariant to the protocol changes as the mobile phone connects to different networks. This allows embodiments in accordance with the present invention to keep the same services while optimizing their performance over available networks and protocols. For example, time sensitive messages may be transmitted over TCP/IP or XMPP, and noncritical messages over SMS or SMTP. Furthermore, HTTP over XMPP can bring presence information into REST architecture. Presence information is known as a status indicator that conveys ability and willingness of (in this situation) a hyperlinked resource to respond to a communication. In particular, we can assign presence to hyperlinks to address the issue of broken links in the Web.
  • A tenet of the web service paradigm is that web services should function independently of the transport protocol used for providing the web service. Separation of protocol messages and transport is a consequence of that tenet. SOAP based web services embrace this approach by defining SOAP bindings to HTTP (see, e.g., WSDL 2001), to XMPP (see, e.g., SOAP/XMPP 2005), and to JMS (see, e.g., SOAP/JMS 2009). However, HTTP presently has bindings only to TCP/IP and UDP. Embodiments in accordance with the present invention extend HTTP bindings with other message transport protocols by developing the process and modular components to extend the HTTP bindings. In particular, the binding of HTTP with XMPP is discussed below in detail.
  • URI Scheme
  • In REST services, any resource must have a URI that identifies where the resource is and how to contact it. Because we want to bind HTTP to different transport protocols, we adopt a two-level URI scheme according to RFC-3986, where the first level URI identifies the HTTP information and the second level URI identifies the transport information:
  • uri_1 = http://{uri_2}/...
    {uri_2} = URI
  • For example, the format to address a resource x with HTTP over SMS to a phone number is:
      • http://sms:5555/x
  • Or alternatively, the format to address a resource x with HTTP through a SMTP gateway is:
      • http://smtp:5555@example.com/x
  • To address the same resource with HTTP over XMPP, the format is:
      • http://xmpp:joe@example.com/x
  • If the phone has an IP address, the URI for the resource would be:
      • http://123.4.5.6/x
  • To communicate with a resource with uri_1, a client first establishes a communication channel according to uri_2 and then transmits HTTP messages over the communication channel. This process is elaborated in the next section using XMPP as an example.
  • XMPP
  • XMPP architecture consists of XMPP servers and clients. To exchange messages, clients establish a TCP/IP connection to the same or federated XMPP servers. Federated servers are a network of XMPP servers connected by the XMPP server-server protocol. Open XMPP servers, such as Google Talk, provide users free accounts with federated identities. For instance, a user can use a valid GMail account to login to the Google Talk server.
  • To connect to a XMPP server, a XMPP client typically needs to know the following information: 1) XMPP host and port (e.g., talk.google.com:5222); and 2) XMPP Service (e.g., gmail.com). This information is not included in URI scheme because the URI scheme is independent of which XMPP server is used. Therefore, the host/port/service information can be saved in a configuration file associated with a user. Once the user logs into the XMPP server, the connection identified by the saved host/port/service information is used to transmit all HTTP messages.
  • Chat service is among the base protocols of XMPP and most XMPP clients support this feature. Therefore, embodiments in accordance with the present invention transmit Compact HTTP messages as chat over XMPP. The template for HTTP request and response over XMPP is:
  • <message
    from=‘{from_jid}’ to=‘{to_jid}’>
    <body>
    {Compact HTTP message}
    </body>
    </message>
  • Hyperlink Presence
  • While browsing the Web, a user may encounter a broken hyperlink, which may occur in certain circumstances when the resource that embeds the links is not aware of the linked resource. When the web server shuts down, or the linked resources that are hosted on the web server are moved or deleted, the link becomes broken. In this situation, it is difficult for the client to know when the link will be restored unless the client polls the server constantly, which creates unnecessary network traffic.
  • In accordance with embodiments of the present invention, HTTP over XMPP provides a solution to the problem of broken hyperlinks by using presence services provided by the XMPP layer. If a XMPP client listens for presence updates from a JID address, it can assign presence to a hyperlink containing that address in near real-time. For example, to assign presence to a hyperlink: http://xmpp:someone@gmail.com/x, the client just needs to monitor the presence of someone@gmail.com. By knowing the link presence, the client can avoid fetching or polling the broken links all together. The presence services also gives the REST services an ability to change their presence, for example in case of temporary maintenance, while keeping the clients informed in a timely fashion.
  • SMS
  • SMS is a very common feature in most mobile phones. There are several ways to send and receive SMS messages depending on the networks. In cellular networks that provide SMS, two phones can exchange SMS directly. Outside the cellular networks, a client may use a SMS gateway that exposes particular protocols, such as SMTP to send and IMAP to retrieve SMS messages. For example, this approach is available in the T-Mobile™ network, which assigns each G1 phone an email address that ties with its number, for example: {number}@tmobile.net.
  • To bind to SMS, the Compact HTTP messages are contained in the User Data (“UD”) segment of the SMS Protocol Description Unit (“PDU”). To bind to SMTP, the HTTP message may be contained in the email body. Examples are illustrated below in greater detail.
  • Security
  • Security is an important issue in hosting web services on mobile phones because the open access to resources on the phone may be misused by malicious clients. It is typical to deploy layered security mechanisms from protocol up to applications such that a breach at a lower level can be defended by the layer above. Here, security mechanisms at Compact HTTP, transport protocols, services and applications are employed, as described below in greater detail.
  • Secure Messages
  • In mobile environments, a HTTP message may travel through different networks in different protocols. Therefore, it is desirable to employ end-to-end message level security. A symmetric key based security protocol may be used to set up security contexts between two parties.
  • A design goal is to allow a user who operates the phone to quickly grant and reject clients and service requests. Symmetric key is chosen because our applications are aimed at trusted users who can exchange secret keys easily. For example, the phone and the client may be managed by the same user.
  • For convenience, the user that configures the phone is referred to as “operator” and the user that configures the application is referred as “director.” The protocol includes the following steps:
  • 1) The operator and director agree upon a secret passphrase P and enter it into the phone and the client respectively.
  • 2) The director creates an access token T1 and tells it to the operator.
  • 3) The operator enters client's URI A and T1 into the phone and creates an access token T2. The token is sent by a “join” message encrypted by P to URI A as follows:
  • PUT operators/{phone} HTTP/1.1c
    Authorization: T1
    x-tid: {number}
    token=T2
  • 4) The client decrypts the message with P, store T2 and sends an encrypted response message that indicates acceptance.
  • 5) The phone receives and decrypts the response and activates the security context, which contains (A, P, T1, T2).
  • 6) Any subsequent message from the client to the phone will contain T2 and be encrypted with P. The phone will decrypt any message from A with P and checks it against T2. Any response message to A will contain T1 and be encrypted with P.
  • 7) The operator deactivates the security context by sending a “Delete” message to the client. The corresponding security context becomes invalid on the phone and client. An example of a “Delete” message is:
  • DELETE operators/{phone} HTTP/1.1c
    Authorization: T1
    x-tid: {number}
  • FIG. 2 illustrates the phone interface for the operator to carry out steps 3-5 and step 7.
  • Secure Services and Data
  • Because a mobile phone that hosts REST services is also used for other purposes, the operator can start and stop services, login and out of transport services, as ways to control access to the services.
  • Embodiments in accordance with the present invention may use one or more methods to further limit message exchange patterns for security reasons. First, the respond messages may always be sent back to the requester on the same transport protocol, which had been authenticated and authorized. Second, there is only one subscription for each resource and the event listener must be the same as the subscriber, who has been authenticated and authorized.
  • Embodiments in accordance with the present invention also secure access to sensitive data collected by the services, such as captured images and videos, by restricting storage of the sensitive data. For example, instead of returning the content to the authenticated client directly, the system stores it locally or stores it in a web storage site and provides a link to the client, who can retrieve it with another set of credentials.
  • Prototype System
  • Based on the protocols described above, a prototype system embodiment in accordance with the present invention has been developed that hosts a set of REST resources on T-Mobile G1 phones running Android 1.6 in T-Mobile cellular network. FIG. 3 illustrates relationships of the prototype system between various client applications and the phones, in which REST services are accessible to clients of different kinds over the heterogeneous networks.
  • FIG. 4 illustrates a high-level REST server architecture on an Android phone. There are three types of Android services in the framework: transport services 410, REST services 420 and storage service 430. The Android services may comprise components developed from the Android software development kit (“SDK”) and the Java SDK. Typically, transport services 410 and a portion of REST services 420 not within REST framework 421 are developed from the Android SDK, whereas storage services 430 are developed from the Java SDK. The core REST framework 421, including the security package 424, also is not developed from an Android packages and can be run in any Java runtime. REST framework 421 may rely upon at least one resource 422 that is developed from the Java SDK and at least one resource 423 that is developed from the Android SDK.
  • Transport services 410 are responsible for listening and sending messages over a transport protocol, such as SMS or XMPP. For XMPP transport, we used a XMPP client library compiled for Android. For SMS, we used Android SmsManager. If an incoming message is intended for the REST Service 420, it is forwarded to the REST Service 420 as an Intent on Android platform.
  • The REST Service 420 is an Android Service that contains the REST framework 421. Upon starting, the REST Service 420 registers an Intent Listener. Upon receiving a message encapsulated in the Intent, the Intent Listener looks up the security context 424 for the message and invokes the interceptor chain 425 in the REST framework 421 to process the message.
  • Interceptor chain 425, within REST framework 421, contains an incoming interceptor chain, a pivot, and an outgoing interceptor chain. The incoming chain consists of three interceptors to 1) decrypt; 2) de-serialize; and 3) authorize the message. If any of these interceptors fails, the message is discarded and an error message is returned. If the message is a request, the pivot will invoke the corresponding resource 422 or 423; if the message is a response, the pivot forwards it to the Android Notification Service. The outgoing chain consists of four interceptors to 1) endorse; 2) serialize; 3) encrypt; and 4) deliver the responses. The chains can also be invoked by a resource 422 or 423 to control another resource 422 or 423. For example, a scheduler resource controls the camera by going through the same incoming chain for security reasons.
  • For message encryption and token generation, we used Java Crypto packages (javax.crypto and java.security) with password based encryption algorithm “PBEWithMD5AndDES.” The encrypted messages are encoded as Base64 strings for transmission.
  • The REST resources in our approach can use web storages provided by Google to upload captured audio (Google Docs), image (Picasa) and video (YouTube) contents, so that they can be instantly shared for collaboration. The storage service is an abstraction of local and web storages with three methods: login(account), logout( ) and save(uri, content). It uses a set of HTTP clients to upload multimedia contents to the designated server and publish the services to a web proxy (e.g. Google Sites). The phone interface to manage web storage is illustrated in FIG. 5.
  • Implemented Resources
  • Table 1 lists the major resources developed within our collaborative endpoint network framework. Each resource is described by one table that defines its path, service, operations and response patterns, where “a” stands for atomic or “m” stands for multi-step.
  • TABLE 1
    Implemented resources:
    path /sound/control
    GET Retrieve current state. a
    PUT Record or playback sound. m
    path /camera/control
    GET Retrieve current state. a
    PUT Take or display a picture. m
    /camcorder/control
    Retrieve current state.
    Record or playback video.
    /location,/power
    Get current geo location or battery
    power status.
    /{source}/monitor, where {source} is one of
    gyroscope, light, location, magnet, motion,
    orientation, pressure, proximity, temperature,
    phone, and power.
    Get current subscription
    Subscribe for events from {source}.
    Unsubscribe events.
    /schedule
    Schedule a task in future. For example,
    start and stop camcorder at given
    time.
  • Implemented Clients
  • Two types of clients were implemented: the Android phone (both client and service) and a dedicated Java desktop client. The Android phone client can control and monitor other Android phones running REST services using HTTP over SMS or XMPP. The Java client, based on open source Smack 3.1.0 XMPP library (Smack API 3.1.0), controls and monitors REST services using HTTP over XMPP only.
  • EXPERIMENTAL RESULTS
  • Performance of the REST based collaborative endpoint network framework is a consideration. On the server side, we measured the total processing time (from entering the incoming chain to leaving the outgoing chain) as well as the processing time of individual interceptors. On the client side, we measured the round-trip latency (which includes the network latency and XMPP library processing time). To obtain the time, we used the XMPP java client on a desktop computer (Dual Core CPU 3.00 GHz with 2 GB RAM) connected to the Internet to send 52 HTTP messages over XMPP to each REST service on a T-Mobile HTC G1 phone (Firmware 1.6, Build DMD64) registered in T-Mobile cellular network. The measurements on the phone were collected using Android TimeLogger utility and on our Java desktop client using Java System.nanoTime function. The time performances are summarized in Table 2 and the message sizes are listed in Table 3.
  • TABLE 2
    Total client time, total server time and individual interceptor times
    Process mean std min Max
    Client 1400.6 821.7 554.3 3858.3
    Server 209.53 86.08 135 590
    Encrypt 66.05 25.5 47 153
    Decrypt 39.12 19.49 2 84
    Deserialize 23.98 25.1 2 196
    Serialize 7.4 7.3 4 41
    Authorize 1.77 0.53 1 3
    Endorse 2.4 3.03 1 24
    Pivot 40.33 58.98 4 254
    Deliver 28.42 3.8 20 47

    (ms):
  • TABLE 3
    Message Sizes (byte):
    Type mean std min max
    Encrypted 113.36 28.6 88 192
    Decrypted 77.93 21.54 56 138
  • FIG. 6 illustrates the mean times spent in the interceptors. The graph shows that, on average, encryption, decryption and pivot are the top three time consuming components, taking up approximately 69% of total server time. Notice that the pivot time is the mean time spent by the resources to execute HTTP methods, which is outside the control of the framework. Table 3 shows that relatively small messages are sufficient to support a variety of basic services such as those referred to in Table 1.
  • Review
  • Embodiments in accordance with the present invention have proposed and developed a lightweight protocol, Compact HTTP, that includes a relatively small subset of HTTP 1.1, to address message exchange patterns to enable collaborative endpoint network of mobile phones and related applications. Compact HTTP has been used to develop a REST based framework to handle multi-step interactions, including event subscription and notification. A description of how to bind HTTP to XMPP and SMS for collaborative mobile phone endpoint network has been presented.
  • Embodiments in accordance with the present invention provide hyperlink presence when communicating with HTTP over XMPP. Further embodiments provided an approach and implemented a solution based on the hyperlink presence in collaborative mobile phone endpoint network to address the broken link problem.
  • Embodiments in accordance with the present invention provide a symmetric key based security protocol in collaborative mobile phone endpoint network to provide end-to-end message level security for service authentication and authorization. A prototype system has been developed that allows enterprise clients to control and monitor over a dozen of REST resources on a T-Mobile G1 phone. Experimental studies have been performed and the results demonstrated at least that the proposed approaches and architecture are feasible, efficient, and extensible.
  • Embodiments Using Hyperlink Presence
  • The browsing history provided by web browsers does not indicate the current status of visited resources. Many other hypertext user agents, such as an Email client, a PDF Reader, and MS Word, do not provide such browsing history at all. Furthermore, these user agents do not provide a mechanism to transfer the presence information of a hyperlink to other user agents. When a user emails a hyperlink to someone else, the status of the hyperlink is unknown to the recipient. It is difficult for the recipient to know if the hyperlink is correct or has worked without this information.
  • The current presence protocols can only be used with a particular type of resources defined by the protocol. For example, SIP can only provide presence for resources identified by SIP URI, whereas XMPP only for resources identified by JID. These protocols and systems cannot associate presence information with resources identified by other URI schemes, for example HTTP. A user agent of these presence protocols (e.g. a GoogleTalk client) only understand a single protocol. Therefore, none of these presence protocols by itself is sufficient to provide presence for hyperlinks in general.
  • FIGS. 7-10 present several embodiments using hyperlink presence, each embodiment having a number of structural elements. It should be understood that a reference number assigned to a link between structural elements may refer to either the communication path itself or to the message(s) carried by the communication path. Multiple links between a pair of structural elements may refer to multiple communication paths, or may refer to a single communication path that caries multiple messages. The distinction that is intended when describing the embodiment will be apparent from the surrounding text.
  • FIG. 7 illustrates a simplified web architecture 700 in accordance with an embodiment of the present invention. Web architecture 700 provides for an association of resource presence information with its hyperlink in a hypertext document, and displays the hyperlink differently according to the presence information. The number and type of presence information states may vary from one hyperlink to another. Web architecture 700 includes a client 710 and a web server 720. Client 710 may include a user agent mark-up module 701 (e.g. web browser) that is able to describe hyperlink presence in hypertexts (e.g. HTML page) so a user agent can monitor it accordingly. User agent mark-up module is separate from the monitor module 702 and the render module 703, and is part of the user agent. Client 710 may further include a monitor module 702 that functions as a presence watcher for user agent 701. Client 710 may also include a render module 703 to display hyperlink presence information from monitor module 702 and user agent mark-up module 701. Client 710 may also include a hyperlink transfer module 704 to pass hyperlink presence information across user agents.
  • User agent mark-up module 701, monitor module 702, render module 703 and hyperlink transfer module 704 may be in communicative contact with one another within client 710. In operation, a monitoring function within user agent mark-up module 701 communicates with web server 720. The monitoring function informs web server 720 by use of monitor message 731 that client 710 wants to receive presence updates from web server 720. Web server 720 responds by use of an update message 732 when there is a change in a presence status of a monitored link (e.g., link has become unavailable, or an unavailable link has become available). The update message 732 is received by a render module 703, within client 710, which is able to interpret the update message 732 and render or otherwise update the display of affected hyperlinks in order to reflect the status of the presence information that was supplied by web server 720. Link 733 denotes a conceptual relation between the hyperlink 704 and the resource it points to in 720. This method described herein does not make distinction between a fault in the web server, as opposed to a fault in the communication path to the web server. An objective of the method is to provide presence for a hyperlink. Since a hyperlink identifies a resource via a communication link or conceptual relation, its presence may be affected by both the state of the resource and the communication link. This message traffic is described below in greater detail.
  • The mark-up module 701 is based on a hyperlink-presence data model that describes the presence information for any hyperlink with the following properties:
  • 1) last-update: the last time when the presence was updated;
  • 2) last-status: the latest presence status;
  • 3) monitor: a URI that points to a resource by which a user agent can monitor the presence;
  • 4) status-list: list of presence status that the hyperlink can have; and
  • 5) target: the hyperlink to be monitored.
  • To be consistent with W3C Server-Sent Events and WebSocket protocols, a single URI should be used to monitor hyperlink presence. Therefore, the listener URI is not needed.
  • This hyperlink-presence data model can be represented in hypertext (HTML or XHTML) in several ways by introducing a new vocabulary (i.e., custom message attributes and the set of values for those attributes) for the hyperlink-presence data model. A presence update message can include presence status in the status-list (e.g. one of s1, s2 and s3) and any other status information, such as link failure, related to the monitored hyperlink.
  • In this data model, only the “target” and “monitor” properties are required and all others are optional. The values of “target” and “monitor” may be the same.
  • An embodiment in accordance with the present invention for transmitting the hyperlink-presence data model may represent the properties as attributes of a hyperlink element, as shown below in Example 1:
  • <a href=“http://www.example.com/resource”
    last-update=“2011-03-10T08:30:10”
    last-status=“s2”
    monitor =“http://www.example.com/monitor”
    status-list=“s1 s2 s3”>
    A resource
    </a>
  • Example 1 Representing Properties as Attributes of a Hyperlink Element
  • The value of each attribute in this embodiment becomes the value of the corresponding property and the href value of <a> becomes the value of target property.
  • Another embodiment for transmitting the hyperlink-presence data model is to use Hyper-Text Markup Language version 5 (“HTML5”) microdata, as illustrated below in Example 3 within the “<div . . . >” and “</div>” tag pair. Microdata is known as a customized name/value (or attribute/value) pair used to define a vocabulary for a specialized purpose.
  • <a href=“http://www.example.com/resource” id=“r” itemprop=“target”>A
    resource</a>
    <div itemscope itemtype=“http://www.registry.org/hyperlink/presence”>
    <div itemscope itemref=“r” />
    <link href=“http://www.example.com/monitor”
    itemprop=“monitor ”/>
    <meta content=“2011-03-10T08:30:10” itemprop=“last-update”/>
    <meta content=“s2” itemprop=“last-status”/>
    <meta content=“s1 s2 s3” itemprop=“status-list”>
    </div>
  • Example 2 Representing Properties as HTML5 Microdata
  • Another embodiment is to use Resource Description Framework—in—attributes (“RDFa”), which is a set of XHTML attributes to augment visual data with machine-readable hints. RDFa adds a set of attribute-level extensions to XHTML for embedding rich metadata within Web documents. Example 3 below illustrates usage of RDFa to transmit the hyperlink-presence data model.
  • <div typeof=“http://www.example.com/hyperlink/presence”>
    <a href=“http://www.example.com/resource” rel=“target ”>A
    resource</a>
    <link href=“http://www.example.com/monitor” rel=“monitor ”/>
    <span content=“2011-03-10T08:30:10” property=“last-update”/>
    <span content=“s2” property=“last-status”/>
    <span content=“s1 s2 s3” property=“status-list”>
    </div>
  • Example 3 Representing Properties as RDFa Data
  • Monitor module 702 is a presence watcher module in user agent 701, whose tasks include: 1) track hyperlink access; and 2) subscribes and receives presence events from a web server 720. In some cases, web server 720 may be a gateway to a separate presence server, such as a SIP or XMPP presence server.
  • FIG. 8 illustrates a system and process to track hyperlink access, in accordance with an embodiment of the present invention. Message 801 conveys the click action of a user clicking a hyperlink. Message 801 results in user agent 810 sending a request 802 to a web server 820 for web server 820 to send information, including presence information, related to the hyperlink clicked on by the user. Message 803 is a response is received by user agent 810 from web server 820. This information is sent to presence watcher module 811 by way of message 805, where presence watcher module 811 tracks the information. Presence watcher module 811 communicates with presence model module 812 by way of message 806, in order to find the corresponding presence model. Finding the corresponding presence model refers to a process of matching or correlating the presence information returned by web server 820 against predefined presence models stored in memory.
  • A presence watcher is responsible to monitor the presence of many hyperlinks. It does so by maintaining a presence model for each hyperlink that exposes presence.
  • The presence model is an abstract data structure of five properties describing the presence information of a hyperlink. This model can be represented using one of the three mark-up methods in examples described above.
  • Message 803 contains presence information, and is tracked by presence watcher module 811. Presence watcher module 811 communicates with presence model module 812 by way of message 807, in order to update the presence model based on the response.
  • FIG. 9 illustrates a system 900 and process to subscribe to the presence information of a hyperlink. Message 901 conveys the action of a user clicking on a hyperlink or otherwise indicating a hyperlink that is to be monitored for presence information. Message 901 results in presence watcher 911 communicating with presence module 913 by way of message interface 902 in order to extract a presence data model for the hyperlink to be monitored.
  • By way of a message on interface 904 running between presence watcher 911 and a monitor resource 921, presence watcher 911 establishes a HTTP connection to the monitor resource 921. Monitor resource 921 may be hosted by a web server 920. Presence watcher 911 also registers, by way of a message on interface 903, a listener function 912 to process presence events received from monitored resource 921 over connection 906 (described below in further detail).
  • Presence watcher 911 sends, by way of a message on interface 904, a HTTP request following the Server-Sent Event protocol to the monitor resource 921, in order to request receiving presence information identified by {filter} about {target}. An example of this message is:
  • GET /monitor?target={target}&filter={filter} HTTP 1.1
    Host: www.example.com
    Accept: text/event-stream
  • Monitor resource 921 processes the request received on interface 904. Monitor resource 921 provides an answer to the request by use of a message on interface 905 running between monitor resource 921 and presence watcher 911. Event stream 906 is then established by W3C Server-Sent Events protocol. The event stream may also be established by W3C WebSocket protocol. If necessary, web server 920 will subscribe to a presence server 930 in order to obtain presence information of target resource 931. Subscribing would be by way of sending a message on interface 924 running between web server 920 and presence server 930, and receiving a response from presence server 930 by way of a message on interface 925 running between presence server 930 and listener resource 922. If presence server 930 grants the request, a positive response message is sent by use of interface 905 running between listener resource 922 and presence watcher 911.
  • If and when the presence status of the target resource 931 changes, web server 920 sends presence events to the user agent 910 over interface 906.
  • Next, presence watcher 911 updates the presence model 913, by use of a message on interface 908 with the events. Presence watcher 911 also invokes, by use of a message on interface 907, the registered listener module 912 to process the presence events. Finally, upon the user's request, the presence watcher 911 disconnects the event stream 906 in order to stop presence updates.
  • Render Module
  • An embodiment of render module 703 in accordance with the present invention may use JavaScript to render hyperlink presence in a web browser such that different presence status can be distinguished and presented to the user. It is left to the browser and web application implementation regarding how such hyperlink presence information is presented to the user, for instance BY A CHANGE IN font, foreground color, background color, boldness, italic, underline, bounding box, blink, popup, or the like. Another embodiment is to display a notification window (or icon, etc.) anchored at the hyperlink. Yet another embodiment is to play a distinct sound. Regardless of what type of display is used to indicate changes to the hyperlink presence information, the detailed presence information can be obtained and viewed by some user input, for example, by hovering over the hyperlink or clicking the notification window.
  • Transfer Module
  • FIG. 10 illustrates a transfer 1000 of hyperlink presence between a local user agent 1001 and a remote user agent 1002, in accordance with an embodiment of the present invention. The user agents 1001, 1002 use the format illustrated in FIG. 10 to export and import the presence model. In the transfer 1000, hyperlink presence is transferred between local user agent 1001 and remote user agent 1002 by encoding the last-update and last-status properties with the hyperlink to be transferred. XHTML template anchor elements are used to represent these properties, as shown below, in order to make sure that different user agents can interpret the properties. Transfer from local user agent 1001 to remote user agent 1002 may be a transfer 1003 via a clipboard (e.g., Windows clipboard or other operating system clipboard), or a transfer 1004 via the Internet. The choice of one transfer method over another depends on whether a first agent and a second agent are collocated in the same computer. If the first agent and the second agent are in the same computer with shared memory, such as a web browser and an email client running on a PC, then the shared memory (e.g., clipboard) can be used to transfer the hyperlink presence. If the two agents are running on different computers with network connections, such as two email clients on two different PCs, then a network transfer is used.
  • FIG. 10 describes how a snapshot of presence information about a hyperlink obtained in one user agent can be shared with another user agent, who may or may not monitor the presence as described in the previous figures. A typical transfer XHTML message is shown below.
  • <a href=“xs:anyUri” monitor={monitor} last-update=“xs:dateTime” last-
    status=“xs:string>AnchorText</a>
  • While the foregoing is directed to embodiments of the present invention, other and further embodiments of the present invention may be devised without departing from the basic scope thereof. It is understood that various embodiments described herein may be utilized in combination with any other embodiment described, without departing from the scope contained herein. Further, the foregoing description is not intended to be exhaustive or to limit the present invention to the precise form disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from practice of the present invention.
  • No element, act, or instruction used in the description of the present application should be construed as critical or essential to the invention unless explicitly described as such. Also, as used herein, the article “a” is intended to include one or more items. Where only one item is intended, the term “one” or similar language is used. Further, the terms any of followed by a listing of a plurality of items and/or a plurality of categories of items, as used herein, are intended to include “any of,” “any combination of,” “any multiple of,” and/or “any combination of multiples of” the items and/or the categories of items, individually or in conjunction with other items and/or other categories of items.
  • Moreover, the claims should not be read as limited to the described order or elements unless stated to that effect. In addition, use of the term “means” in any claim is intended to invoke 35 U.S.C. §112, ¶ 6, and any claim without the word “means” is not so intended.

Claims (20)

1. A method to monitor and transfer hyperlink presence information about a hyperlinked resource, comprising:
transmitting a hyperlink presence monitor request to a web server;
receiving an hyperlink presence information; and
rendering a hyperlink based upon the hyperlink presence information.
2. The method of claim 1, wherein the hyperlink presence information comprises an availability of a hyperlink.
3. The method of claim 1, wherein the hyperlink presence information comprises a change in an availability of a hyperlink.
4. The method of claim 1, wherein the hyperlink presence information comprises an availability of a hyperlink, the method further comprising: receiving a change in the availability of the hyperlink.
5. The method of claim 1, further comprising: transmitting the hyperlink presence information to a user agent.
6. The method of claim 1, wherein the hyperlink presence information comprises:
a last-update information to indicate a last time when the hyperlink presence was updated;
a last-status information to indicate a latest hyperlink presence status;
a monitor information to indicate a URI that points to a resource by which a user agent can monitor the hyperlink presence;
a status-list information to indicate a list of hyperlink presence status that the hyperlink can have; and
a target information to indicate the hyperlink to be monitored.
7. The method of claim 1, wherein the hyperlink presence information is represented as attributes of a hyperlink element.
8. The method of claim 1, wherein the hyperlink presence information is represented as HTML5 microdata.
9. The method of claim 1, wherein the hyperlink presence information is represented as RDFa data.
10. The method of claim 1, wherein the hyperlink presence information is represented as XHTML message data.
11. The method of claim 1, wherein the hyperlink presence information is received from a presence server.
12. The method of claim 1, further comprising: matching the hyperlink presence information to a presence model.
13. The method of claim 1, wherein rendering a hyperlink based upon hyperlink presence information further comprises playing a sound based upon the hyperlink presence information.
14. A system to monitor and transfer hyperlink presence information about a hyperlinked resource, comprising:
a monitor module configured to transmit a hyperlink presence monitor request to a web server;
a receiver configured to receive an hyperlink presence information; and
a rendering module configured to render a hyperlink based upon the hyperlink presence information.
15. The system of claim 14, wherein the hyperlink presence information comprises one of an availability of a hyperlink and a change in an availability of a hyperlink.
16. The system of claim 14, wherein the hyperlink presence information comprises an availability of a hyperlink, the method further comprising: receiving a change in the availability of the hyperlink.
17. The system of claim 14, further comprising: transmitting the hyperlink presence information to a user agent.
18. The system of claim 14, wherein the hyperlink presence information comprises:
a last-update information to indicate a last time when the hyperlink presence was updated;
a last-status information to indicate a latest hyperlink presence status;
a monitor information to indicate a URI that points to a resource by which a user agent can monitor the hyperlink presence;
a status-list information to indicate a list of hyperlink presence status that the hyperlink can have; and
a target information to indicate the hyperlink to be monitored.
19. The system of claim 14, wherein the hyperlink presence information is represented as one of: attributes of a hyperlink element; HTML5 microdata; RDFa data; and XHTML message data.
20. The system of claim 14, wherein the hyperlink presence information is received from a presence server that is separate from a server hosting the hyperlinked resource.
US13/239,766 2011-04-04 2011-09-22 System and method to monitor and transfer hyperlink presence Abandoned US20120254407A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/239,766 US20120254407A1 (en) 2011-04-04 2011-09-22 System and method to monitor and transfer hyperlink presence

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201161471507P 2011-04-04 2011-04-04
US13/239,766 US20120254407A1 (en) 2011-04-04 2011-09-22 System and method to monitor and transfer hyperlink presence

Publications (1)

Publication Number Publication Date
US20120254407A1 true US20120254407A1 (en) 2012-10-04

Family

ID=46928762

Family Applications (3)

Application Number Title Priority Date Filing Date
US13/239,811 Active 2034-09-02 US9503529B2 (en) 2011-04-04 2011-09-22 System and method to transport HTTP over XMPP
US13/239,766 Abandoned US20120254407A1 (en) 2011-04-04 2011-09-22 System and method to monitor and transfer hyperlink presence
US15/014,299 Active US9560111B2 (en) 2011-04-04 2016-02-03 System and method to transport HTTP over XMPP

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/239,811 Active 2034-09-02 US9503529B2 (en) 2011-04-04 2011-09-22 System and method to transport HTTP over XMPP

Family Applications After (1)

Application Number Title Priority Date Filing Date
US15/014,299 Active US9560111B2 (en) 2011-04-04 2016-02-03 System and method to transport HTTP over XMPP

Country Status (1)

Country Link
US (3) US9503529B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140157228A1 (en) * 2012-11-30 2014-06-05 Red Hat Israel, Ltd. Method and system for automatically generating a restful web service software development kit client
US20140157227A1 (en) * 2012-11-30 2014-06-05 Red Hat Israel, Ltd. Method and system for preserving restful web service structure in a client consuming the restful web service
US8843622B1 (en) * 2011-12-19 2014-09-23 Cisco Technology, Inc. System and method to contact and maintain status of managed devices
US8892873B1 (en) * 2012-06-07 2014-11-18 Amazon Technologies, Inc. Verification of user communication addresses
US20150370880A1 (en) * 2014-06-20 2015-12-24 International Business Machines Corporation Identifying items on a second website already browsed at a first website
US9373121B1 (en) * 2012-08-09 2016-06-21 Sprint Communications Company L.P. User communication device control with operating system action request messages
US9503529B2 (en) 2011-04-04 2016-11-22 Avaya Inc. System and method to transport HTTP over XMPP
US9654817B2 (en) 2012-01-27 2017-05-16 Avaya Inc. System and method to synchronize video playback on mobile devices
US9798532B1 (en) * 2013-03-13 2017-10-24 Google Inc. Precompiling locally-stored instructions for a web application
US20170373919A1 (en) * 2014-12-29 2017-12-28 Convida Wireless, Llc Resource link management at service layer
US11489838B2 (en) * 2018-04-30 2022-11-01 Servicenow, Inc. Batch representational state transfer (REST) application programming interface (API)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120284638A1 (en) * 2011-05-06 2012-11-08 Kibits Corp. System and method for social interaction, sharing and collaboration
US9848032B2 (en) * 2011-12-28 2017-12-19 Intel Corporation Method and apparatus for streaming metadata between devices using JavaScript and HTML5
FR3000336A1 (en) * 2012-12-20 2014-06-27 France Telecom MECHANISM FOR MANAGING A COMMUNICATION SESSION
US9407682B2 (en) * 2013-01-28 2016-08-02 Futurewei Technologies, Inc. Mechanism to dereference layered URI in web browsers using JavaScript
US10063499B2 (en) * 2013-03-07 2018-08-28 Samsung Electronics Co., Ltd. Non-cloud based communication platform for an environment control system
US20140258488A1 (en) * 2013-03-11 2014-09-11 Sap Ag Managing mobile devices with a general purpose messaging transport protocol
US9124552B2 (en) 2013-03-12 2015-09-01 Centripetal Networks, Inc. Filtering network data transfers
US9514161B2 (en) * 2013-04-25 2016-12-06 International Business Machines Corporation Guaranteeing anonymity of linked data graphs
CN104348796A (en) * 2013-07-31 2015-02-11 阿尔卡特朗讯公司 A method and device for closing a session
US9379952B2 (en) * 2013-08-20 2016-06-28 Futurewei Technologies, Inc. Monitoring NAT behaviors through URI dereferences in web browsers
US10182043B2 (en) * 2015-07-17 2019-01-15 Cybrook Inc. Methods and system for user and device management of an IoT network
US10021146B2 (en) * 2015-07-20 2018-07-10 Bank Of America Corporation Asynchronous event-driven messaging framework for a remote video assistance system
MX2018000705A (en) * 2015-08-21 2018-05-07 Ericsson Telefon Ab L M Communication of non-ip data over packet data networks.
US11729144B2 (en) 2016-01-04 2023-08-15 Centripetal Networks, Llc Efficient packet capture for cyber threat analysis
DE102016200291A1 (en) * 2016-01-13 2017-07-13 Siemens Aktiengesellschaft Method and device for data exchange
CN107370775B (en) * 2016-05-11 2020-04-28 阿里巴巴集团控股有限公司 Method and system for starting application
US11916994B1 (en) * 2016-12-15 2024-02-27 Blue Yonder Group, Inc. Extending RESTful web service resources in a JAVA-component-driven-architecture application
JP7190837B2 (en) * 2018-07-31 2022-12-16 キヤノン株式会社 Relay device, control method, and program
US11575585B2 (en) * 2019-09-25 2023-02-07 Government Of The United States, As Represented By The Secretary Of The Army Ground combat vehicle communication system
US11316823B2 (en) 2020-08-27 2022-04-26 Centripetal Networks, Inc. Methods and systems for efficient virtualization of inline transparent computer networking devices
US11362996B2 (en) 2020-10-27 2022-06-14 Centripetal Networks, Inc. Methods and systems for efficient adaptive logging of cyber threat incidents

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050120292A1 (en) * 2003-11-28 2005-06-02 Fuji Xerox Co., Ltd. Device, method, and computer program product for generating information of link structure of documents
US20050276397A1 (en) * 2004-06-15 2005-12-15 Cynthia Hiatt System and method for providing availability information to a user
US20060271696A1 (en) * 2004-05-20 2006-11-30 Cellco Partnership D/B/A Verizon Wireless Method and system for mobile instant messaging using multiple interfaces
US20070005725A1 (en) * 2005-06-30 2007-01-04 Morris Robert P Method and apparatus for browsing network resources using an asynchronous communications protocol
US20090157861A1 (en) * 2007-12-17 2009-06-18 Fujitsu Limited Information communication apparatus, information communication system and information communication method
US20100174789A1 (en) * 2009-01-07 2010-07-08 International Business Machines Corporation Restful federation of real-time communication services
US20100177812A1 (en) * 2006-12-22 2010-07-15 Palm, Inc. Managing availability status in a communications network
US20110208799A1 (en) * 2007-08-31 2011-08-25 Paul Labrogere Method for enriching content of a web page with presence information
US20110302316A1 (en) * 2010-06-02 2011-12-08 Avaya Inc. METHOD AND SYSTEM FOR MANAGING AND USING SESSIONS AS RESTful WEB SERVICES

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9112831B2 (en) 2004-07-28 2015-08-18 International Business Machines Corporation Scalable infrastructure for handling light weight message protocols
US20080163312A1 (en) * 2006-12-28 2008-07-03 Meca Communications, Inc. System and method for providing content relating to a communication
US8176166B2 (en) 2007-04-19 2012-05-08 International Business Machines Corporation Autonomic management of uniform resource identifiers in uniform resource identifier bookmark lists
US20100121971A1 (en) 2008-11-10 2010-05-13 Samsung Electronics Co., Ltd. Multipath transmission of three-dimensional video information in wireless communication systems
US8542674B2 (en) * 2008-12-02 2013-09-24 International Business Machines Corporation System and method to initiate a presence driven peer to peer communications session on non-IMS and IMS networks
US20100146132A1 (en) * 2008-12-04 2010-06-10 Morris Robert P Methods, Systems, And Computer Program Products For Accessing A Resource Having A Network Address Associated With A Location On A Map
US20120084356A1 (en) 2010-10-01 2012-04-05 Interdigital Patent Holdings, Inc. Method and apparatus for media session sharing and group synchronization of multi media streams
US20120297457A1 (en) 2010-11-15 2012-11-22 Brian Schulte Interactive Malware Detector
US9503529B2 (en) 2011-04-04 2016-11-22 Avaya Inc. System and method to transport HTTP over XMPP
US9654817B2 (en) 2012-01-27 2017-05-16 Avaya Inc. System and method to synchronize video playback on mobile devices

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050120292A1 (en) * 2003-11-28 2005-06-02 Fuji Xerox Co., Ltd. Device, method, and computer program product for generating information of link structure of documents
US20060271696A1 (en) * 2004-05-20 2006-11-30 Cellco Partnership D/B/A Verizon Wireless Method and system for mobile instant messaging using multiple interfaces
US20050276397A1 (en) * 2004-06-15 2005-12-15 Cynthia Hiatt System and method for providing availability information to a user
US20070005725A1 (en) * 2005-06-30 2007-01-04 Morris Robert P Method and apparatus for browsing network resources using an asynchronous communications protocol
US20100177812A1 (en) * 2006-12-22 2010-07-15 Palm, Inc. Managing availability status in a communications network
US20110208799A1 (en) * 2007-08-31 2011-08-25 Paul Labrogere Method for enriching content of a web page with presence information
US20090157861A1 (en) * 2007-12-17 2009-06-18 Fujitsu Limited Information communication apparatus, information communication system and information communication method
US20100174789A1 (en) * 2009-01-07 2010-07-08 International Business Machines Corporation Restful federation of real-time communication services
US20110302316A1 (en) * 2010-06-02 2011-12-08 Avaya Inc. METHOD AND SYSTEM FOR MANAGING AND USING SESSIONS AS RESTful WEB SERVICES

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Lauren Lefort, Review of semantic enablement techinques used in geospatial and semantic standards for legacy and opportunistic mashups, 2009, Austrialasian Ontologies Workshop, 17-26 *
Saeed Aghaee, et al., Mashup Development with HTML5, December 1, 2010, MashUp '10 ACM, 1-8 *
Virpi Roto, Navigating in a Moblie XHTML Application, April 5, 2003, New Horizons Vol 5, Issue 1, 329-336 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9560111B2 (en) 2011-04-04 2017-01-31 Avaya Inc. System and method to transport HTTP over XMPP
US9503529B2 (en) 2011-04-04 2016-11-22 Avaya Inc. System and method to transport HTTP over XMPP
US8843622B1 (en) * 2011-12-19 2014-09-23 Cisco Technology, Inc. System and method to contact and maintain status of managed devices
US9654817B2 (en) 2012-01-27 2017-05-16 Avaya Inc. System and method to synchronize video playback on mobile devices
US8892873B1 (en) * 2012-06-07 2014-11-18 Amazon Technologies, Inc. Verification of user communication addresses
US9270666B2 (en) 2012-06-07 2016-02-23 Amazon Technologies, Inc. Verification of user communication addresses
US9373121B1 (en) * 2012-08-09 2016-06-21 Sprint Communications Company L.P. User communication device control with operating system action request messages
US9465587B2 (en) * 2012-11-30 2016-10-11 Red Hat Israel, Ltd. Preserving restful web service structure in a client consuming the restful web service
US20140157228A1 (en) * 2012-11-30 2014-06-05 Red Hat Israel, Ltd. Method and system for automatically generating a restful web service software development kit client
US9003361B2 (en) * 2012-11-30 2015-04-07 Red Hat Israel, Ltd. Generating a restful web service software development kit client
US20140157227A1 (en) * 2012-11-30 2014-06-05 Red Hat Israel, Ltd. Method and system for preserving restful web service structure in a client consuming the restful web service
US9798532B1 (en) * 2013-03-13 2017-10-24 Google Inc. Precompiling locally-stored instructions for a web application
US20150370880A1 (en) * 2014-06-20 2015-12-24 International Business Machines Corporation Identifying items on a second website already browsed at a first website
US20170373919A1 (en) * 2014-12-29 2017-12-28 Convida Wireless, Llc Resource link management at service layer
US11134365B2 (en) * 2014-12-29 2021-09-28 Convida Wireless, Llc Resource link management at service layer
US11489838B2 (en) * 2018-04-30 2022-11-01 Servicenow, Inc. Batch representational state transfer (REST) application programming interface (API)

Also Published As

Publication number Publication date
US20160226947A1 (en) 2016-08-04
US9560111B2 (en) 2017-01-31
US9503529B2 (en) 2016-11-22
US20120254362A1 (en) 2012-10-04

Similar Documents

Publication Publication Date Title
US20120254407A1 (en) System and method to monitor and transfer hyperlink presence
US8621037B2 (en) System and method to create bi-directional event subscriptions
Soni et al. API features individualizing of web services: REST and SOAP
US9894049B2 (en) Network aggregator
EP3117590B1 (en) Computer system to support failover in an event stream processing system
RU2406233C2 (en) Bulk transmission of messages using single http request
Lampesberger Technologies for web and cloud service interaction: a survey
US20130219006A1 (en) Multiple media devices through a gateway server or services to access cloud computing service storage
US8516031B2 (en) Network-based system for social interactions between users
CN103001926A (en) Method, device and system for subscription notification
WO2002079921A2 (en) Messaging infrastructure for identity-centric data access
CN104253857A (en) Back-to-back virtual WEB Real-Time Communications (WebRTC) agents, and related methods and systems
CN101204039A (en) System and method of device-to-server registration
Chen et al. iMobile EE–An Enterprise Mobile Service Platform
EP3465457B1 (en) Systems and methods for messaging in medical system environments
Ponnusamy et al. Internet of things: A survey on IoT protocol standards
Hamid et al. Survey on IoT application layer protocols
Shivakumar et al. Designing the Integration Layer
Ma The Investigation of Communications Protocol
Giretti Understanding the gRPC Specification
Thorat et al. SquashCord: Video Conferencing Application Using WebRTC
Elhadi et al. Functional modeling of IoT protocols
Li et al. Cofocus: REST Framework for Collaborative Endpoint Network in Mobile Environment
Akilli Analysis of transformation capabilities between communication types of cloud application components
Li et al. Compact and Expanded Restful Services for Mobile Environments

Legal Events

Date Code Title Description
AS Assignment

Owner name: AVAYA INC., NEW JERSEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LI, LI;CHOU, WU;SIGNING DATES FROM 20110907 TO 20110908;REEL/FRAME:026971/0583

AS Assignment

Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., PENNSYLVANIA

Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:029608/0256

Effective date: 20121221

Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., P

Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:029608/0256

Effective date: 20121221

AS Assignment

Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE, PENNSYLVANIA

Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639

Effective date: 20130307

Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE,

Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639

Effective date: 20130307

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: AVAYA INC., CALIFORNIA

Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 029608/0256;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:044891/0801

Effective date: 20171128

Owner name: AVAYA INC., CALIFORNIA

Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 030083/0639;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:045012/0666

Effective date: 20171128