Version 0.4 of XEP-0235 (OAuth Over XMPP) has been released.

Abstract: This specification defines an XMPP extension for delegating access to 
protected resources over XMPP, using the OAuth protocol. In the language of 
OAuth, a User can authorize a Consumer to access a Protected Resource that is 
hosted by a Service Provider; this authorization is encapsulated in a token 
that the User requests from the Service Provider, that the User shares with the 
Consumer, and that the Consumer then presents to the Service Provider. This 
specification assumes that OAuth tokens will be acquired via HTTP as defined in 
the core OAuth specification, then presented over XMPP to a Service Provider. 
The Protected Resources accessible over XMPP might include groupchat rooms, 
data feeds hosted at publish-subscribe nodes, media relays, communication 
gateways, and other items of interest.

Changelog: Incorporated consensus reached at XMPP Summit #5: specified that 
HTTP is used except for presentation of an Access Token, corrected signature 
generation algorithm, specified security considerations, and removed invitation 
and account registration use cases. (psa)

Diff: http://is.gd/1ixT

URL: http://www.xmpp.org/extensions/xep-0235.html

Reply via email to