aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
AgeCommit message (Expand)Author
2010-11-23Advertise alias in service discoveryGuillaume Horel
2010-11-20Add config file feature.Thibaut Horel
2010-11-17Make server.py pep8 compliantThibaut Horel
2010-11-15Basic alias pluginThibaut Horel
2010-11-14Use logging instead of print for info messagesThibaut Horel
2010-11-13Small bug in subscription reply (the subscription acceptation wasn't sent back)Thibaut Horel
2010-11-12Add debug option to server component (-d switch) to log all debug messages.Thibaut Horel
2010-11-11When the component exits, send unavalaible status to all subscribed usersThibaut Horel
2010-11-10Handle user unsubscriptionThibaut Horel
2010-11-10Make user class a userhandler class (relative to a user root directory)Thibaut Horel
2010-11-09Correct small bug for component presence (due to the sleekxmpp doc being outd...Thibaut Horel
2010-11-09Add presence managmentThibaut Horel
2010-11-09Parse the command line to get component connection parameters.Thibaut Horel
2010-11-08Added basic server componentThibaut Horel