UNDER MIT Lisense.
Simple Facebook chat, client for Iphone, used Open Source project XMPPFramework.
USED OPEN SOURCE LIBRARIES:
XMPPFramework used for networking over web sockets,
to recive, send messages with facebook api:
(1) https://github.com/robbiehanson/XMPPFramework
HTTP Request/Response AFNetworking
(2)https://github.com/AFNetworking/AFNetworking
MessagesTableViewController for chat view controller:
(3) https://github.com/jessesquires/MessagesTableViewController.git
To download, cache images:
(4) https://github.com/rs/SDWebImage.git
Badge on UITableViewCell:
(5) https://github.com/tmdvs/TDBadgedCell
Facebook SDK for IOS:
(6) https://github.com/facebook/facebook-ios-sdk
MagicalRecord is ActiveRecord on Core Data,
helper classes, to make life easy:
(7) https://github.com/magicalpanda/MagicalRecord
Parse, Read XML files:
(8) https://github.com/robbiehanson/KissXML
This project is under development.