aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
AgeCommit message (Collapse)Author
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
Keyboard Interrupt (Ctrl-C) now works properly
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-09Correct small bug for component presence (due to the sleekxmpp doc being ↵Thibaut Horel
outdated) Now you should be able to subscribe to and see the component presence.
2010-11-09Add presence managmentThibaut Horel
2010-11-09Parse the command line to get component connection parameters.Thibaut Horel
Much better than being hard coded.
2010-11-08Added basic server componentThibaut Horel