2

Is there any android-compatible (from 2.3.3 to 4.0.3) IRC library for Android?

As of yet I am unable to find one, and any assistance is appreciated!

MKJParekh
  • 34,073
  • 11
  • 87
  • 98
  • r u looking for live chat here is the [link ..](http://stackoverflow.com/questions/6703669/android-apis-for-live-chat-in-android) let me know is it helpful – MobileEvangelist Jun 21 '12 at 05:25

1 Answers1

6

Try http://www.yaaic.org

They have the souce in GitHub https://github.com/pocmo/Yaaic/

Madushan
  • 6,977
  • 31
  • 79
  • Who knew an. It's compatible with Android. Thank you! –  Jun 21 '12 at 18:59
  • 10
    Hi! I'm the author of Yaaic. Yaaic uses the PircBot library (with some patches for bouncers and using SSL) which is a Java-based IRC library that also works flawlessly with Android: http://www.jibble.org/pircbot.php – pocmo Jun 26 '12 at 10:31