What are you doing to produce the error?
1. config = new ConnectionConfiguration(serverIP, 5222);
2. connection = new XMPPConnection(config);
3. SASLAuthentication.supportSASLMechanism("PLAIN", 0);
4. connection.connect();
5. connection.login(username, password);
6. manager = new FileTransferManager(connection);
7. ... throws error
What is the expected output?
The expected output is to have the transfer succeed
What do you see instead? (Please attach a debug enabled logcat)
java.lang.NullPointerException...
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager.enableService
(Socks5BytestreamManager.java:713)
For more details see the attached file
What version of aSmack / Android / Device do you use?
asmack-android-16-0.8 / 2.3.3 / Galaxy GT-S5830L
What server do you use? Is there a public server to reproduce the problem?
Ejabberd 2
What else might help us to reproduce and hunt down the problem?
I do not use any emulator, I run the application directly on the device through
a USB cable.
Original issue reported on code.google.com by josse...@gmail.com on 18 Feb 2013 at 9:25
Original issue reported on code.google.com by
josse...@gmail.com
on 18 Feb 2013 at 9:25Attachments: