Skip to content

XEP-0260 <candidate port="" /> is optional

singpolyma requested to merge (removed):s5b-transport-port-is-optional into master

XEP-0065 specifies that the defalt is 1080.

Previously, sending Gajim a with no port would result in a backtrace, since int() does not accept NoneType. Now it will correctly fall back to the default port.

Merge request reports