summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/gmail_notify.py
AgeCommit message (Collapse)Author
2010-07-20Updated license notices to use the correct MIT format. Also corrected ↵Lance Stout
references to nonexistant license.txt to LICENSE.
2010-07-19Condensed all of the stanzaPlugin functions into a single ↵Lance Stout
registerStanzaPlugin function. Updated plugins and tests to use new function.
2010-07-11Reworked the Gmail notification plugin to use stanza objects and expose more ↵Lance Stout
information.
2010-04-07replaced usage of deprecated iq result on send. Fixed old send result to use ↵Nathan Fritz
stanzas instead of ElementTree
2009-09-01* gmail plugin now works in python3Nathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz