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

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;