Your IP : 3.128.28.117


Current Path : /usr/local/share/perl5/URI/
Upload File :
Current File : //usr/local/share/perl5/URI/sips.pm

package URI::sips;

use strict;
use warnings;

our $VERSION = '5.21';

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;