summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0202/__init__.py
AgeCommit message (Collapse)Author
2012-03-12Move XEP-0202 to new system.Lance Stout
2011-08-04Actually, we can work around needing dateutil.Lance Stout
If dateutil is present, we'll use that. If not, we'll use some regexes from the fixed_datetime module.
2011-08-04Sadly, dateutil is not actually part of the standard lib.Lance Stout
Thus, using the XEP-0082 and XEP-0202 introduces a dependency on the dateutil package (installable using pip install python-dateutil). Maybe we'll be able to rework how these plugins work to avoid needing dateutil, but for now this will have to do.
2011-07-03Updated XEP-0202 plugin to new format and use XEP-0082.Lance Stout