mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ircs: rfc7194 says to use port 6697, not 9999
This commit is contained in:
parent
e784af81aa
commit
12c74b4910
4 changed files with 8 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
#define HTTPS_PORT 34443
|
||||
|
||||
#define IRC_PORT 6667
|
||||
#define IRCS_PORT 9999
|
||||
#define IRCS_PORT 6697
|
||||
|
||||
#define JABBER_PORT 5222
|
||||
#define JABBERS_PORT 5223
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue