| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
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)
|
|
|
|
Add proper user registration to server component
|
|
|