Hi All, I've been trying to understand oauth for xmpp and have a couple of questions, I hope someone can answer :)
I'm a bit confused as to what exactly the producer consists of. For example, should an xmpp server accept the oauth stanza and subsequently forward the given request as the oauth alias? clear as mud I know, but I'm asking if I send a message containing the details: from=somejidA to=somejidB oauth alias=somejidC then should/could an xmpp server rewrite this as simply: from=somejidC to=somejidB if this isnt the way its supposed to work, then is it up to each component/client to implement its own oauth impl for every incoming stanza? sorry if the question seems dumb but I'm still unclear on how to code a component that reacts to a given subelement (ie oauth) and apply its outcome to the wrapping element. I hope someone can make my head less murky ;-) thanks Jason.
