<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
I did it, but the server responded error still. <span
 class="moz-smiley-s2"><span> :-( </span></span><br>
<br>
How should I do next?<br>
<br>
  &lt;iq type='get' id='reg1'&gt;<br>
    &lt;query xmlns='jabber:iq:register'&gt;<br>
      &lt;username&gt;rob&lt;/username&gt;<br>
    &lt;/query&gt;<br>
  &lt;/iq&gt;<br>
&lt;iq xmlns='jabber:client' id='reg1' type='error'&gt;<br>
    &lt;error type='cancel' code='405'&gt;&lt;condition
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'&gt;&lt;not-allowed/&gt;&lt;/condition&gt;&lt;/error&gt;&lt;query
xmlns='jabber:iq:register'&gt;<br>
      &lt;username&gt;rob&lt;/username&gt;<br>
    &lt;/query&gt;<br>
  &lt;/iq&gt;<br>
<br>
Thanks<br>
Patton<br>
<br>
Robert Norris 写道:<br>
<blockquote type="cite"
 cite="mid20030908231844.GA565@gideon.its.monash.edu.au">
  <blockquote type="cite">
    <pre wrap=""> &lt;iq type='get' id='reg1'&gt;
   &lt;query xmlns='jabber:iq:register'/&gt;
 &lt;/iq&gt;
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Why I can't register on the server? How can I config it?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You have to specify a username in the IQ get:

  &lt;iq type='get' id='reg1'&gt;
    &lt;query xmlns='jabber:iq:register'&gt;
      &lt;username&gt;rob&lt;/username&gt;
    &lt;/query&gt;
  &lt;/iq&gt;

Rob.

  </pre>
</blockquote>
</body>
</html>