summaryrefslogtreecommitdiff
path: root/lib/URI/sips.pm
blob: ee775d59e3cc77c20f29275f9428383168d015ae (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.16';

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;