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

use strict;
use warnings;

our $VERSION = '1.74';

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;