Hello all,

In order to send and receive data message between two emulators via
XMPP I tried the following process.

I grab a new IGTalkSession from one activity on an emulator A by
getting the getDefaultSession() of IGTalkService.
And I create a chat session to a user who is running the same
application on emulator B and able send data message from emulator A
to emulator B.
Emulator B received the intent message via intent receiver and there
was no problem.

The intent receiver in emulator B starts a new activity by
NEW_TASK_LAUNCH flag and in the started activity I want to send a
respond message to emulator A via the same way. But when I want to
send back a message to Emulator A from Emulator B
by the same chat session, it cannot get the on going session of the
service. Any other session of the service I tried to get also returned
as null.

Any suggestion would be appreciated,
-sacoskun
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to