summaryrefslogtreecommitdiff
path: root/example.py
AgeCommit message (Collapse)Author
2010-07-23Fix shebang lines to use #!/usr/bin/env python instead of hard coding a ↵Lance Stout
python version.
2010-07-20Modified example to take JID and password on command lineJoe Hildebrand
2010-05-26Changed example.py to register first Xep_0030.Hernan E Grecco
This a simple fix to prevent getting a key error as many plugins add features to Xep_0030. A better fix would be to call pos_init after all plugins are loaded. An even better fix would be to define dependencies for each plugin and registering on demand.
2010-02-27fixed some presence bugsNathan Fritz
2010-02-25fixed some unicode problems for 2.6Nathan Fritz
2009-12-10tweaked stanzas for easy useNathan Fritz
2009-06-10fixed exampleNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz