summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0077/register.py
AgeCommit message (Collapse)Author
2012-06-06Don't request registration forms unless the register event is handled.Lance Stout
Some servers end the stream if registration can not be completed in-band, which means always requesting the form can prevent regular login.
2012-03-12Move XEP-0077 to the new system.Lance Stout
2012-01-19Add basic start for a client side XEP-0077 plugin.Lance Stout