teaj / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Can't receive(and send?) presences on Android? #380

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login using the XmppPump class.
2. Attaching OnStatusUpdate function to the PresencePushTask.
3. Calling Send() then Start() with the PresenceOutTask.

What is the expected output? What do you see instead?
LOGD("####### OnStatusUpdate #######"); to print message in logcat. Instead I 
get nothing.

What version of the product are you using? On what operating system?
0.6.17 on Android 4.0.3

Please provide any additional information below.
Compiled for Android using dmonakhovs 
project(https://github.com/dmonakhov/libjingle-android) on Ubuntu 12.04.

I have followed the examples on 
https://developers.google.com/talk/libjingle/building_an_app and have also 
followed at the examples within libjingle(call and pcp).

Nativator is the JNI wrapper and ALClient is equivalent(sort of) to the 
CallClient in the call example.

Original issue reported on code.google.com by tillman....@gmail.com on 26 Jul 2012 at 12:18

Attachments:

GoogleCodeExporter commented 9 years ago
Correct version of Nativator.cpp.

Original comment by tillman....@gmail.com on 26 Jul 2012 at 12:27

Attachments: