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

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;