aboutsummaryrefslogtreecommitdiffstats
path: root/user.py
AgeCommit message (Collapse)Author
2010-11-20Add config file feature.Thibaut Horel
New -c switch to specify a config file on the command line. See config.ini.sample for an example of a config file. The configuration options can then be shared across modules : just import config module.
2010-11-17Example of alias query handling.Thibaut Horel
The request must be of the form : <iq to='xxx@object.alias.fr.nf'> <query xmlns='alias:query' type='items'/> </iq> where xxx is the base64 encoding of the buddy's jabber id whom profile you are requesting. Also tried to make some files more pep8 compliant (coding style)
2010-11-10Handle user unsubscriptionThibaut Horel
2010-11-10Make user class a userhandler class (relative to a user root directory)Thibaut Horel
Add proper user registration to server component
2010-11-10Add basic user classThibaut Horel