aboutsummaryrefslogtreecommitdiffstats
path: root/server/xep_0077.py
AgeCommit message (Collapse)Author
2011-09-20Tiny cosmetic changeZaran
2011-06-22Added script to generate objectGuillaume Horel
Proof of concept almost ready!
2011-05-19Remove the salt field from the registration form.Zaran
The privkey is handled by the sjcl as a JSON structure containing the ciphertext, the salt, etc. so we don't need a separate field for the salt.
2011-05-18Fix a bug in Guillaume's code causing the registration form to beZaran
added twice when user was not registered.
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