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

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;