diff --git a/src/config.cpp b/src/config.cpp index 6bf3a4b2919e4ce8b6730e6a403effc4d79956cd..c37048fd39ff2cd75d006db5b6d5b741e25eef95 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -114,6 +114,7 @@ bool Config::load(std::istream &ifs, boost::program_options::options_description ("registration.auto_register", value()->default_value(false), "Register new user automatically when the presence arrives.") ("registration.encoding", value()->default_value("utf8"), "Default encoding in registration form") ("registration.require_local_account", value()->default_value(false), "True if users have to have a local account to register to this transport from remote servers.") + ("registration.notify_jid", value >()->multitoken(), "Send message to this JID if user registers/unregisters") ("registration.local_username_label", value()->default_value("Local username:"), "Label for local usernme field") ("registration.local_account_server", value()->default_value("localhost"), "The server on which the local accounts will be checked for validity") ("registration.local_account_server_timeout", value()->default_value(10000), "Timeout when checking local user on local_account_server (msecs)")