aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
AgeCommit message (Collapse)Author
2010-11-23Advertise alias in service discoveryGuillaume Horel
2010-11-18Improve item managment in query repliesThibaut Horel
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-15Basic alias pluginThibaut Horel