Project

General

Profile

Actions

DesignXMPP presence » History » Revision 2

« Previous | Revision 2/49 (diff) | Next »
Saúl Ibarra Corretgé, 05/31/2012 11:09 AM


SIP-XMPP Presence

XMPP defines 2 ways for exchanging presence information: simple presence and rich presence.

  • Simple presence: The presence stanza is used and it conveys basic information about the user's availability, such as the status, availability note and a timestamp indicating the last time it was seen.
  • Rich presence: IQ stanzas are used and it enhances the simple presence by adding information such as the user avatar, music the user is listening to, etc.

SIP, on the contrary, defines a single framework for presence (SIMPLE) and then multiple extensions have been published which extend the information that can be conveyed in the payload.

The current implementation acts as a gateway just for XMPP simple presence, support for rich presence will be added at a later stage.

The mechanisms described here follow the currently available specifications for SIP-XMPP interoperability:

Model differences

TODO

SIP-XMPP translation

TODO

XMPP-SIP translation

TODO

Updated by Saúl Ibarra Corretgé over 12 years ago · 2 revisions