Jump to content

SIMPLE (instant messaging protocol): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Mrzaius (talk | contribs)
still stub class
No edit summary
Line 1: Line 1:
:''For "Savings Incentive Match Plan for Employees," see [[SIMPLE IRA]].''
:''For "Savings Incentive Match Plan for Employees," see [[SIMPLE IRA]].''


In [[computing]], '''SIMPLE''' ('''Session Initiation Protocol for Instant Messaging and Presence Leveraging Extensions''') is an [[instant messaging]] (IM) and [[presence information|presence]] protocol suite based on [[Session Initiation Protocol]] (SIP). Like [[XMPP]], and in contrast to the vast majority of IM and presence protocols used by software deployed today, SIMPLE is an [[open standard]]. Both are [[IETF]] standards or proposed standards. <ref>[http://www.ietf.org/html.charters/simple-charter.html SIMPLE Working Group]</ref> Despite its name, SIMPLE is defined by about 30 documents or more than 1000 pages (7 times more than HTTP 1.1, 15 times more than SMTP and IRC). Some parts have been standardized, e.g. RFC 3428. Other parts, in particular IM sessions, are still under discussion. However, several implementations are already available, notably including the [[Microsoft]] [[Windows Messenger]].
In [[computing]], '''SIMPLE''' ('''Session Initiation Protocol for Instant Messaging and Presence Leveraging Extensions''') is an [[instant messaging]] (IM) and [[presence information|presence]] protocol suite based on [[Session Initiation Protocol]] (SIP). Like [[XMPP]], and in contrast to the vast majority of IM and presence protocols used by software deployed today, SIMPLE is an [[open standard]]. Both are [[IETF]] standards or proposed standards. <ref>[http://www.ietf.org/html.charters/simple-charter.html SIMPLE Working Group]</ref> Despite its name, SIMPLE is defined by about 30 documents or more than 1000 pages (7 times more than HTTP 1.1, 15 times more than SMTP and IRC). Some parts have been standardized, e.g. RFC 3428. Other parts, in particular IM sessions, are still under discussion. However, several implementations are already available, including the [[Microsoft]] [[Windows Messenger]].


SIMPLE applies the SIP to the problems of:
SIMPLE applies the SIP to the problems of:

Revision as of 16:34, 10 October 2007

For "Savings Incentive Match Plan for Employees," see SIMPLE IRA.

In computing, SIMPLE (Session Initiation Protocol for Instant Messaging and Presence Leveraging Extensions) is an instant messaging (IM) and presence protocol suite based on Session Initiation Protocol (SIP). Like XMPP, and in contrast to the vast majority of IM and presence protocols used by software deployed today, SIMPLE is an open standard. Both are IETF standards or proposed standards. [1] Despite its name, SIMPLE is defined by about 30 documents or more than 1000 pages (7 times more than HTTP 1.1, 15 times more than SMTP and IRC). Some parts have been standardized, e.g. RFC 3428. Other parts, in particular IM sessions, are still under discussion. However, several implementations are already available, including the Microsoft Windows Messenger.

SIMPLE applies the SIP to the problems of:

  • Registering for presence information and receiving notifications when such events occur, for example when a user logs-in or comes back from lunch.
  • Sending short messages, analogous to SMS or two-way paging.
  • Managing a session of real-time messages between two or more participants.

See also