Ticket #26 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Auth after registration fails

Reported by: andrew.P.Hahn@gmail.com Assigned to: jajcus
Priority: major Component: pyxmpp
Keywords: Cc:

Description

After successfully registering a new user pyxmpp.jabber.clientstream.LegacyClientStream? incorrectly sets self.password to be an instance of pyxmpp.jabber.dataforms.Field when it should be a string. Looks like the '.value' is missing. Patch attached.

Attachments

clientstream.patch (0.7 kB) - added by andrew.p.Hahn@gmail.com on 08/20/08 22:47:50.
Patch to fix Auth error after registration of a new user

Change History

08/20/08 22:47:50 changed by andrew.p.Hahn@gmail.com

  • attachment clientstream.patch added.

Patch to fix Auth error after registration of a new user

08/21/08 08:24:44 changed by jajcus

  • status changed from new to closed.
  • resolution set to fixed.

(In [680]) - login after registration fix by andrew.p.Hahn (fixes #26)


Add/Change #26 (Auth after registration fails)




Action