diff -r ef266aa8e18f -r 49eef8e19a71 plugins/mod_register.lua --- a/plugins/mod_register.lua Fri Oct 02 16:50:30 2009 +0500 +++ b/plugins/mod_register.lua Fri Oct 02 16:52:50 2009 +0500 @@ -131,7 +131,7 @@ if os_time() - ip.time < min_seconds_between_registrations then ip.time = os_time(); - session.send(st.error_reply(stanza, "cancel", "not-acceptable")); + session.send(st.error_reply(stanza, "wait", "not-acceptable")); return; end ip.time = os_time();