Changeset 626b446
- Timestamp:
- 2005-12-02T11:30:03Z (19 years ago)
- Branches:
- master
- Children:
- 027d2eb
- Parents:
- e5663e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
re5663e0 r626b446 590 590 else if (port == -1 && ssl) 591 591 port = DEFAULT_PORT_SSL; 592 else if (port != 5222 && port != 5223) { 593 serv_got_crap(GJ_GC(gjc), "Only port numbers 5222 and 5223 are allowed for Jabber connections."); 594 STATE_EVT(JCONN_STATE_OFF) 595 return; 596 } 592 597 593 598 if (server == NULL)
Note: See TracChangeset
for help on using the changeset viewer.