System and method to transport HTTP over XMPP

US9503529B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9503529-B2
Application numberUS-201113239811-A
CountryUS
Kind codeB2
Filing dateSep 22, 2011
Priority dateApr 4, 2011
Publication dateNov 22, 2016
Grant dateNov 22, 2016

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Method to transport HTPP over XMPP, including: forming a first two-level URI template to identify web resources accessible by use of HTTP in an XMPP network, wherein a first level is XMPP-formatted and a second level is HTTP-formatted; binding HTTP to XMPP <message> and <iq> stanzas; transmitting the HTTP messages in those stanzas; receiving a HTTP messages in those stanzas; and a XMPP mechanism to discover if an XMPP entity supports transporting HTTP over XMPP.

First claim

Opening claim text (preview).

What is claimed is: 1. A method to transport HTTP over XMPP, comprising: forming a first two-level URI template to identify web resources accessible by use of HTTP in an XMPP network, wherein a first level is XMPP-formatted and a second level is HTTP-formatted; binding HTTP to first XMPP <message> and <iq> stanzas, wherein binding HTTP to first XMPP <message> and <iq> stanzas comprises: binding HTTP GET to an XMPP <iq type=“get”> stanza; binding HTTP PUT, POST and DELETE to an XMPP <iq type=“set”> stanza; binding HTTP response codes 1xx-3xx to an XMPP <iq type=“result”> stanza; and binding HTTP response codes 4xx-5xx to an XMPP <iq type=“error”> stanza; transmitting the first XMPP <message> and <iq> stanzas; receiving a HTTP message in received <message> and <iq> stanzas; and discovering, by use of an XMPP mechanism, whether an XMPP entity supports transport of HTTP over XMPP. 2. The method of claim 1 , wherein the first XMPP <message> and <iq> stanzas are sent to an HTTP/XMPP gateway. 3. The method of claim 1 , wherein transmitting the first XMPP <message> and <iq> stanzas is by use of an XMPP process library. 4. The method of claim 1 , wherein discovering whether the XMPP entity supports the transport of HTTP over XMPP comprises: extracting an XMPP JID from a second two-level URI template; assigning the XMPP JID to a HTTP Host header field; extracting a HTTP Request-URI field from a portion of the second two-level URI template following a predetermined delimiter; activating an XMPP connection; transmitting a second XMPP <iq> stanza to a destination indicated by the JID, wherein the second XMPP <iq> stanza comprises a HTTP GET message to a URI location indicated by the HTTP Request-URI; receiving a result <iq> stanza from the destination indicated by the JID; and extracting a response from the result <iq> stanza. 5. The method of claim 4 , further comprising: transmitting an XMPP service discovery stanza to the destination indicated by the JID, wherein the XMPP service discovery stanza comprises at least one of a query of supported protocols and a query of an entry point URI. 6. The method of claim 4 , wherein activating the XMPP connection comprises selecting a previously established XMPP connection. 7. The method of claim 4 , wherein activating the XMPP connection comprises prompting a user to log in to an XMPP server. 8. The method of claim 7 , further comprising: receiving a response to the XMPP service discovery stanza; and invoking REST services at the entry point URI. 9. A method to transport HTTP over XMPP, comprising: forming a first two-level URI template to identify web resources accessible by use of HTTP in an XMPP network, wherein a first level is XMPP-formatted and a second level is HTTP-formatted; binding HTTP to first XMPP <message> and <iq> stanzas, wherein binding HTTP to first XMPP <message> and <iq> stanzas comprises: binding HTTP GET to an XMPP <message type=“chat|groupchat|normal”> stanza; binding HTTP PUT, POST and DELETE to an XMPP <message type=“chat|groupchat|normal”> stanza; binding HTTP response codes 1xx-3xx to an XMPP <message type=“chat|groupchat|normal”> stanza; and binding HTTP response codes 4xx-5xx to an XMPP <message type=“error”> stanza; transmitting the first XMPP <message> and <iq> stanzas; receiving a HTTP message in received <message> and <iq> stanzas; and discovering, by use of an XMPP mechanism, whether an XMPP entity supports transport of HTTP over XMPP. 10. The method of claim 9 , wherein the first XMPP <message> and <iq> stanzas are sent to an HTTP/XMPP gateway. 11. The method of claim 9 , wherein transmitting the first XMPP <message> and <iq> stanzas is by use of an XMPP process library. 12. The method of claim 9 , wherein discovering whether the XMPP entity supports the transport of HTTP over XMPP comprises: extracting an XMPP JID from a second two-level URI template; assigning the XMPP JID to a HTTP Host header field; extracting a HTTP Request-URI field from a portion of the second two-level URI template following a predetermined delimiter; activating an XMPP connection; transmitting a second XMPP <iq> stanza to a destination indicated by the JID, wherein the second XMPP <iq> stanza comprises a HTTP GET message to a URI location indicated by the HTTP Request-URI; receiving a result <iq> stanza from the destination indicated by the JID; and extracting a response from the result <iq> stanza. 13. The method of claim 12 , further comprising: transmitting an XMPP service discovery stanza to the destination indicated by the JID, wherein the XMPP service discovery stanza comprises at least one of a query of supported protocols and a query of an entry point URI. 14. The method of claim 12 , wherein activating the XMPP connection comprises selecting a previously established XMPP connection. 15. The method of claim 12 , wherein activating the XMPP connection comprises prompting a user to log in to an XMPP server. 16. The method of claim 13 , further comprising: receiving a response to the XMPP service discovery stanza; and invoking REST services at the entry point URI. 17. A method to transport HTTP over XMPP, comprising: forming a first two-level URI template to identify web resources accessible by use of HTTP in an XMPP network, wherein a first level is XMPP-formatted and a second level is HTTP-formatted; binding HTTP to first XMPP <message> and <iq> stanzas; transmitting the first XMPP <message> and <iq> stanzas; receiving a HTTP message in received <message> and <iq> stanzas; and discovering, by use of an XMPP mechanism, whether an XMPP entity supports transport of HTTP over XMPP, wherein discovering whether the XMPP entity supports the transport of HTTP over XMPP comprises: extracting an XMPP JID from a second two-level URI template; assigning the XMPP JID to a HTTP Host header field; extracting a HTTP Request-URI field from a portion of the second two-level URI template following a predetermined delimiter; activating an XMPP connection; transmitting a second XMPP <iq> stanza to a destination indicated by the JID, wherein the second XMPP <iq> stanza comprises a HTTP GET message to a URI location indicated by the HTTP Request-URI; receiving a result IQ stanza from the destination indicated by the JID; and extracting a response from the result <iq> stanza. 18. The method of claim 17 , wherein the first XMPP <message> and <iq> stanzas are sent to an HTTP/XMPP gateway. 19. The method of claim 17 , wherein transmitting the first XMPP <message> and <iq> stanzas is by use of an XMPP process library. 20. The method of claim 17 , wherein activating the XMPP connection comprises selecting a previously established XMPP connection. 21. The method of claim 17 , wherein activating the XMPP connection comprises prompting a user to log in to an XMPP server. 22. The method of claim 17 , further comprising: transmitting an XMPP service discovery stanza to the destination indicated by the JID, wherein the XMPP service discovery stanza comprises at least one of a query of supported protocols and a query of an entry point URI. 23. The method of claim 17 , wherein binding HTTP to first XMPP <message> and <iq> stanzas comprises: binding HTTP GET to an XMPP <iq type=“get”> stanza; binding HTTP PUT, POST and DELETE to an XMPP <iq type=“set”> stanza; binding HTTP response codes 1xx-3xx to an XMPP <iq type=“result”> stanza; and binding HTTP res

Assignees

Inventors

Classifications

  • H04L67/02Primary

    based on web technology, e.g. hypertext transfer protocol [HTTP] · CPC title

  • Messaging; Mailboxes; Announcements · CPC title

  • wherein the identity of one or more communicating identities is hidden (cryptographic mechanisms or cryptographic arrangements for anonymous credentials or for identity based cryptographic systems H04L9/00) · CPC title

  • using location based information parameters · CPC title

  • Protecting privacy or anonymity, e.g. protecting personally identifiable information [PII] · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9503529B2 cover?
Method to transport HTPP over XMPP, including: forming a first two-level URI template to identify web resources accessible by use of HTTP in an XMPP network, wherein a first level is XMPP-formatted and a second level is HTTP-formatted; binding HTTP to XMPP <message> and <iq> stanzas; transmitting the HTTP messages in those stanzas; receiving a HTTP messages in those stanzas; and a XMPP mechanis…
Who is the assignee on this patent?
Li Li, Chou Wu, Avaya Inc
What technology area does this patent fall under?
Primary CPC classification H04L67/02. Mapped technology areas include Electricity.
When was this patent published?
Publication date Tue Nov 22 2016 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).