Facebook chat connect with X-FACEBOOK-PLATFORM using Jaxl 2.0

August 8, 2010   -   XMPP   -   115 comments

Facebook chat provides two authentication mechanisms for authenticating chat client users. DIGEST-MD5 require chat client users to enter their username and password, while X-FACEBOOK-PLATFORM can be used to provide better user experience by using simple Facebook Platform authentication. In this blog post, I will demonstrate how to use Jaxl library for X-FACEBOOK-PLATFORM authentication. Echobot using [...]

XEP 0133 – Service Administration available methods in Jaxl 2.0

August 6, 2010   -   XMPP   -   1 comment

Jaxl 2.0 implements more than 10 XMPP extensions including XEP-0133 a.k.a. Service Administration. In this blog post, we will go through all the methods available for use in XMPP applications developed using Jaxl. Using Service administration methods You need to include Jaxl implementation of XEP-0133 in your application code to start using below listed available [...]

Jaxl 2.0 Core classes, available methods and directory structure

August 4, 2010   -   XMPP   -   3 comments

In this blog post we will dig deep into the core of Jaxl 2.0 – An XMPP framework written in PHP. Specifically, we will go through Jaxl core directory structure. Towards the end we will get familiar with various core classes and their available methods (e.g. $jaxl->sendMessage()), that developers can use in their XMPP applications. [...]

Writing a command line XMPP bot (echobot) using Jaxl 2.0

August 3, 2010   -   XMPP   -   35 comments

In this blog post, we will write a sample XMPP bot (echobot) using Jaxl 2.0. In turn we will introduce ourselves to some of the basic functionality we can do using Jaxl e.g. fetching roster list, subscribing and unsubscribing to a user presence, etc. We will also focus on how to use XMPP extensions (XEP’s) [...]

Jaxl 2.0 – Installation, Usage guide and Example apps

August 2, 2010   -   XMPP   -   43 comments

This blog post provides detailed instructions on how to download and setup Jaxl 2.0 for quick XMPP application development using PHP. We will also see how to run XMPP bots using Jaxl command line utility (now available by just typing jaxl on the terminal). Get the source code Jaxl 2.0 development version source code is [...]

Powered by Wordpress. © 2008-2010 All Rights Reserved.