[JDEV] In-band registration

Ryan Eatmon reatmon at jabber.org
Thu Sep 18 14:12:50 CDT 2003


Ok.. I'm catching up and would like to comment on the previous named thread on
something David Waite said:


> jabber:iq:register does not provide a machine-discoverable way the get 
> the user to the proper webpage - Should the standards-track register 
> protocol be expanded to include this?


If you read the x:data JEP there is a good starting point for providing just
this feature.  Include an x:oob within the iq:register.  Like this:

<query xmlns='jabber:iq:register'>
  <x xmlns='jabber:x:oob'>
    <url>http://blah</url>
  </x>
</query>

That seems like a very machine discoverable mehtod of providing the URL to
register with.  And fits very cleanly inside the guidelines of the Jabber
protocol.

And I am all for cleaning up In Band Registration with this, x:data
references, and anything else we can think of to secure passwords.




-- 
Ryan Eatmon
reatmon at jabber.org





More information about the JDev mailing list