App-KGB

 view release on metacpan or  search on metacpan

lib/App/KGB/Client.pm  view on Meta::CPAN

URI of the SOAP proxy. If not given, it is the value of the B<uri> option, with
C<?session=KGB> added.

=item B<password> I<password>

Password for authentication to the KGB server. B<Mandatory> either as a
top-level parameter or as a sub-parameter of B<servers> array.

=item B<timeout> I<seconds>

Timeout for server communication. Default is 15 seconds, as we want instant IRC
and commit response.

=item B<servers>

An array of servers, each an instance of L<App::KGB::Client::ServerRef> class.

When several servers are configured, the list is shuffled and then the servers
are tried one after another until a successful request is done, or the list is
exhausted, in which case an exception is thrown.

man5/kgb-client.conf.pod  view on Meta::CPAN


SOAP proxy to use. Mandatory if using SOAP protocol. Defaults to to the value
of the B<uri> setting, with C<?session=KGB> appended.

=item B<password>

Per-server pass phrase. Defaults to the global B<password> setting.

=item B<timeout>

Timeout of the request. Defaults to the global B<timeout> setting.

=back

=head2 B<status_dir>

Directory to store information about the last successfully contacted server. If
the request is soon after the last contact, the last server is tried first.
This way related notifications tend to come out of the same server.

=head1 Content configuration

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.009 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )