hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
251 stars 20 forks source link

Ability to supply separate jabber domain and TCP connection details #41

Closed cfcs closed 9 years ago

cfcs commented 9 years ago

It would be useful to be able to provide the TCP IP/port pair separate from the jabber domain, for use with proxies and multi-homed servers. Right now the hostname from the jabber id is used, which makes it a pain to connect through SSH-forwarded ports and the like.

hannesm commented 9 years ago

yo, PR welcome. related to #10...

hannesm commented 9 years ago

is now supported!