Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C / iPhone IRC Library

Is there a IRC library that is suitable for use on the iPhone?

like image 836
ACBurk Avatar asked Jan 10 '10 07:01

ACBurk


3 Answers

There is Chat Core, used by Colloquy and Mobile Colloquy. It uses the new style BSD license.

http://colloquy.info/project/wiki/Source Code

like image 92
Sam Doshi Avatar answered Sep 19 '22 07:09

Sam Doshi


You can try libircclient. It's written in c. There is also talk about a cocoa wrapper for libircclient, but i don't know how well that works.

like image 35
Stefan Schmidt Avatar answered Sep 21 '22 07:09

Stefan Schmidt


If you want something in Swift, I'm writing a minimal lib, you can find in:

https://github.com/eugenio79/GMIRCClient

like image 27
Eugenio Avatar answered Sep 21 '22 07:09

Eugenio