You don&#39;t say if you mean the current jid, or any jid registered to the gateway.<br><br>If you mean the current jid, then send &lt;query xmlns=&quot;jabber:iq:register&quot;/&gt;, and if the resulting reply has &lt;registered/&gt; then the current user is probably registered.
<br><br>If you mean any jid, then unfortunately I don&#39;t think PyAIMt offers this feature, have a look in the spool folder and see if a file exists for that user?<br><br>Norman<br><br><div><span class="gmail_quote">On 5/14/07, 
<b class="gmail_sendername">Eugeny N Dzhurinsky</b> &lt;<a href="mailto:bofh@redwerk.com">bofh@redwerk.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello!<br><br>Could somebody please advice is there any way to find if an user is<br>successfully registered in a gateway? As stated in xep-0030, I have to send<br><br>&lt;iq type=&#39;get&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;from=&#39;shakespeare.lit
&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;to=&#39;<a href="mailto:juliet@capulet.com">juliet@capulet.com</a>&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;id=&#39;info2&#39;&gt;<br>&nbsp;&nbsp;&lt;query xmlns=&#39;<a href="http://jabber.org/protocol/disco#info&#39;/">http://jabber.org/protocol/disco#info&#39;/
</a>&gt;<br>&lt;/iq&gt;<br><br>and in result there will be<br><br>&lt;iq type=&#39;result&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;from=&#39;<a href="mailto:juliet@capulet.com">juliet@capulet.com</a>&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;to=&#39;shakespeare.lit&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;id=&#39;info2&#39;&gt;
<br>&nbsp;&nbsp;&lt;query xmlns=&#39;<a href="http://jabber.org/protocol/disco#info&#39;">http://jabber.org/protocol/disco#info&#39;</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;identity category=&#39;account&#39; type=&#39;registered&#39;/&gt;<br>&nbsp;&nbsp;&lt;/query&gt;
<br>&lt;/iq&gt;<br><br>But in my case if I send similar packet to PyAIM gateway, I will get back list<br>of features supported by gateway instead of information if the account<br>registered.<br><br>Do I miss something?<br>
<br>--<br>Eugene N Dzhurinsky<br></blockquote></div><br><br clear="all"><br>-- <br>- Norman Rasmussen<br> - Email: <a href="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</a><br> - Home page: <a href="http://norman.rasmussen.co.za/">
http://norman.rasmussen.co.za/</a>