summaryrefslogtreecommitdiff
path: root/lib/URI/sips.pm
blob: 5927cc16258aa0e74def5d0e1b78013c8f12d30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package URI::sips;

use strict;
use warnings;

our $VERSION = '5.08';

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;