0

In the past few days, I tried GTalk/Facebook chat integration with Android Smack and it's working fine.

I tried to implement the same logic for AIM/MSN chat integration with Android Smack but it did not work.

Is there any special configuration needed for AIM chat integration? Please provide any way or any tutorial or reference link that can solve my problem. Thanks in advance.

Dipali
  • 374
  • 2
  • 5
  • 22
  • 1
    Is it uses XMPP server for chat? – Dipali Jul 01 '12 at 12:04
  • I'm trying to get xmpp for facebook working now, I have gtalk but I'm having issues with the facebook authentication, would you mind sharing your working code? – Peter Jan 23 '13 at 16:52

1 Answers1

0

For MSN we can used LiveSDK XMPP Sample for Android

Note: There is some authentication issue in this library, I'm working on it and clear ASAP.

For AIM this API may help to get authentication.

Dipali
  • 374
  • 2
  • 5
  • 22
  • i gone through those links what you shared, by using live sdk we cant chat with buddy i think it's a file sharing app. and from AIM api i did't get anything from that. can you share any links how you worked on this.please. – RajaReddy PolamReddy Aug 04 '12 at 06:45