beznogno / pyicqt

Automatically exported from code.google.com/p/pyicqt
GNU General Public License v2.0
0 stars 0 forks source link

Error registering service #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pyicq-t
2. Register service
3. Relogin

What is the expected output? What do you see instead?
When I've logged for the second time, the service didn't work (it said I've
not registered it). I've registered it for the second time, but it gave me
an error with such XML code:

<!-- TS:2010-04-27T12:08:39--><iq from="MYDOMAIN" type="error"
xml:lang="ru" to="MYJID/Psi@pc" id="ab74a">
<query xmlns="jabber:iq:register">
<username>MYUIN</username>
<password>MYPASSWORD</password>
</query>
<error type="wait">
<internal-server-error xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</iq>

What version of the product are you using? On what operating system?
Psi 0.14-r1
on Gentoo Linux (client side)

pyicq-t 0.8.1.5
ejabberd 2.0.5-r3
on Gentoo Linux (server side)

Please provide any additional information below.
The service works properly on the other JID.

Original issue reported on code.google.com by vprisivko on 27 Apr 2010 at 8:21