Open GoogleCodeExporter opened 9 years ago
i cannot find the method discoverLocalIP()
org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator.discoverLocalIP().
I dowloaded the source of snack from
http://www.igniterealtime.org/downloads/source.jsp
Original comment by xardo...@gmail.com
on 9 Aug 2011 at 7:32
I did not find the method discoverLocalIP() yet.
:((
Original comment by yulin...@gmail.com
on 17 Nov 2011 at 1:55
It is about asmack (smack for Android), not the regular desktop smack.
Original comment by bmata...@gmail.com
on 17 Nov 2011 at 2:07
please share us your jar file after complied.
Original comment by zhengkan...@gmail.com
on 22 Nov 2012 at 1:00
Was working on asmack and faced this same issue,
but it seems that in the current version of asmack, the code responsible for
fetching the localIP resides in
org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.java
this function needs to be added to Socks5Proxy.java
and properly invoked from inside its Constructor.
(have attached the changed Socks5Proxy.java file)
P.S. somehow I couldn't find a mention of this issue on the github
Original comment by narendra...@gmail.com
on 4 May 2013 at 8:07
Attachments:
attached again
Original comment by narendra...@gmail.com
on 4 May 2013 at 8:08
Attachments:
Original issue reported on code.google.com by
bmata...@gmail.com
on 17 Jun 2011 at 2:01