parent
abfc5ae5da
commit
e45a76aca6
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
{ |
||||||
|
|
||||||
|
return "" unless (-x '/usr/bin/make-srv'); |
||||||
|
|
||||||
|
$OUT .= "# SRV Records for Ejabberd\n"; |
||||||
|
$OUT .= `/usr/bin/make-srv -service _xmpp-server._tcp.$DomainName -target $SystemName.$DomainName -port 5269`; |
||||||
|
$OUT .= `/usr/bin/make-srv -service _xmpp-client._tcp.$DomainName -target $SystemName.$DomainName -port 5222`; |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue