Thanks Hussain for your precious help.<div><br></div><div>I was able to set the Disco as well as implement XEP 077 (partially)... However, I still have a problem, to be able to send the IQs, my client must already be registered against the server...&nbsp;</div>
<div><br></div><div>The goal here is to be able to create users with the component (only...), so how can clients connect to my component without being authenticated to my server first?</div><div><br></div><div>Thanks again!</div>
<div><br></div><div><br></div><div><br clear="all">--<br>Julien Genestoux<br><a href="http://www.ouvre-boite.com">http://www.ouvre-boite.com</a><br><a href="http://blog.notifixio.us">http://blog.notifixio.us</a><br><br>+1 (415) 254 7340<br>
+33 (0)9 70 44 76 29<br>
<br><br><div class="gmail_quote">On Sat, Nov 22, 2008 at 6:53 AM, Waqas Hussain <span dir="ltr">&lt;<a href="mailto:waqas20@gmail.com">waqas20@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="Wj3C7c">On Sat, Nov 22, 2008 at 2:45 AM, Julien Genestoux<br>
&lt;<a href="mailto:julien.genestoux@gmail.com">julien.genestoux@gmail.com</a>&gt; wrote:<br>
&gt; Hey everyone,<br>
&gt; Some people complained about the fact that, despite our XMPP API, users<br>
&gt; still had to register using our HTTP API (or thourgh our website). We agree<br>
&gt; this is a pain, so I wanted to implement user regsitration as well.<br>
&gt; However, I wanted to know if it was possible to manage this regsitration<br>
&gt; within our component, and not on the Jabber server.<br>
&gt; Anyone knows if this is possible?<br>
&gt; Thanks a lot!<br>
&gt; Julien<br>
&gt;<br>
&gt; --<br>
&gt; Julien Genestoux<br>
&gt; <a href="http://www.ouvre-boite.com" target="_blank">http://www.ouvre-boite.com</a><br>
&gt; <a href="http://blog.notifixio.us" target="_blank">http://blog.notifixio.us</a><br>
&gt;<br>
&gt; +1 (415) 254 7340<br>
&gt; +33 (0)9 70 44 76 29<br>
&gt;<br>
</div></div><div class="Ih2E3d">&gt; _______________________________________________<br>
&gt; JDev mailing list<br>
&gt; FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
&gt; Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
&gt; _______________________________________________<br>
&gt;<br>
&gt;<br>
<br>
</div>Yes, components can support registration, but you would need to manage<br>
it on your own (i.e., save the registration data, etc). The relevent<br>
XEP is XEP-0077: In-Band Registration. And you should also also<br>
include &lt;feature var=&quot;jabber:iq:register&quot; /&gt; in the disco#info replies<br>
from your component.<br>
<br>
Note that this isn&#39;t the same as normal registration in that this is<br>
generally used to provide initial login info, which your component<br>
saves along with the JID, and then later you just check the JID of the<br>
sender (and don&#39;t need to authenticate every time). MSN/Yahoo/etc<br>
transports work this way.<br>
<br>
--<br>
<font color="#888888">Waqas Hussain<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
JDev mailing list<br>
FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</div></div></blockquote></div><br></div>