aboutsummaryrefslogtreecommitdiffstats
path: root/server/xep_0077.py
AgeCommit message (Collapse)Author
2011-05-16Fix for the non-working code commited by zaranGuillaume Horel
F#
2011-05-16Fixes in the config parser and various cleanupsGuillaume Horel
2011-05-04Various fixes.Guillaume Horel
- store the registration object using base64 encoding of the jid instead of hash, so that it's reversible - fix the namespace of the registration form
2011-05-04Registration should be fully functional now.Guillaume Horel
this fixes #7
2011-05-03More fixes for the alias registration.Guillaume Horel
- registration info saved on the hard drive - doesn't return registration info for an already registered user
2011-05-02In-band registration is almost functional.Guillaume Horel
-still need to hook up the data with the backend -and check all the error cases
2011-04-27Preliminary work for in-band registration.Guillaume Horel