Facebook client

XCore Project reviews, ideas, videos and proposals.
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm

Facebook client

Post by Lele »

Version: 2
Status: Public release
License: BSD
Download: /files/project_builds/Xmpp.zip

Minimal XMPP (aka Jabber) client implementation tested with Facebook messaging host

(digest-md5 authentication, no tls connection required).
To use the project you need a Facebook account with at least a friend to talk with.

In module "main.xc" you must set the "XmppHostAddr" with the IP of "chat.facebook.com" (you can ping the URL to get the IP).
In module "XmppClient.c" you must set the account username and password:

static char UserName[41] = "YourFacebookUserName";

static char Password[41] = "YourAccountPassword";
Beware, the username is the one you get in your account setting, not the registation email.
Images: