summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0077
AgeCommit message (Collapse)Author
2013-02-08Add option to XEP-0077 plugin to force registration attempts.Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
This makes updating the config after plugin initialization much easier.
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
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