Provided by: libnet-jabber-loudmouth-perl_0.07-3build4_amd64 bug

NAME

       Net::Jabber::Loudmouth::Proxy -  Jabber proxy

HIERARCHY

         Glib::Boxed
         +----Net::Jabber::Loudmouth::Proxy

METHODS

   proxy = Net::Jabber::Loudmouth::Proxy->new ($type)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

   proxy = Net::Jabber::Loudmouth::Proxy->new_with_server ($type, $server, $port)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

       •   $server (string)

       •   $port (integer)

   string = $proxy->get_password
   $proxy->set_password ($password)
       •   $password (string)

   integer = $proxy->get_port
   $proxy->set_port ($port)
       •   $port (integer)

   string = $proxy->get_server
   $proxy->set_server ($server)
       •   $server (string)

   proxytype = $proxy->get_type
   $proxy->set_type ($type)
       •   $type (Net::Jabber::Loudmouth::ProxyType)

   string = $proxy->get_username
   $proxy->set_username ($username)
       •   $username (string)

ENUMS AND FLAGS

   enum Net::Jabber::Loudmouth::ProxyType
       •   'none' / 'LM_PROXY_TYPE_NONE'

       •   'http' / 'LM_PROXY_TYPE_HTTP'

SEE ALSO

       Net::Jabber::Loudmouth, Glib::Boxed

COPYRIGHT

       Copyright (C) 2005 by Florian Ragwitz

       This library is free software; you can redistribute it and/or modify it under the same
       terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of
       Perl 5 you may have available.