YYwlo / FacebookChat

Facebook chat over XMPPFramework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Facebook chat over XMPPFramework


Languages

Language:Objective-C 98.0%Language:C 2.0%