Lines 182-187
Link Here
|
182 |
$option1->option( 'user', $server->{userid} ) if $server->{userid}; |
182 |
$option1->option( 'user', $server->{userid} ) if $server->{userid}; |
183 |
$option1->option( 'password', $server->{password} ) |
183 |
$option1->option( 'password', $server->{password} ) |
184 |
if $server->{password}; |
184 |
if $server->{password}; |
|
|
185 |
$option1->option('charset', 'UTF-8') if $server->{encoding} eq 'utf8'; |
185 |
$option1->option( 'preferredRecordSyntax', $server->{syntax} ); |
186 |
$option1->option( 'preferredRecordSyntax', $server->{syntax} ); |
186 |
$oConnection[$s] = create ZOOM::Connection($option1) |
187 |
$oConnection[$s] = create ZOOM::Connection($option1) |
187 |
|| $DEBUG |
188 |
|| $DEBUG |