JAXL BOSH Demo: IM chat client for all Wordpress blogs

January 29, 2010   -   WordPress, XMPP   -   24 comments

Have you ever wished of a wordpress plugin capable of providing a facebook style chat bar on your blog post. In this blog post, I will lay down the details of how Jaxl’s bosh support comes in handy for building such browser based real time application. Specifically, I will explain how I achieved building a [...]

Get real time system & server load notification on any IM using PHP and XMPP

January 12, 2010   -   XMPP   -   16 comments

There are various system and server related information which server administrators always need to have as soon as possible, infact I must say in real time. There are several open and closed source softwares in the market which can generate almost real time notifications for you. Most famous one being Nagios. In this blog post [...]

Get lyrics for any song using XMPP and PHP right into your IM – Add lyricsfly@gtalkbots.com

January 7, 2010   -   XMPP   -   14 comments

XMPP is soon finding it’s way into real time applications other than just chat. I have combined JAXL (Jabber XMPP client library written in PHP) and the API from lyricsfly.com to build a real time chat bot which can assist you with lyrics for any song. You can start using it by simply adding lyricsfly@gtalkbots.com [...]

How to use JAXL (Jabber XMPP Library in PHP) to import Gtalk contacts of any user

November 5, 2009   -   XMPP   -   21 comments

JAXL is an open source Jabber XMPP Client library written in PHP. It provides a self titled class JAXL which implements XMPP protocol. It can be extended to write custom event handler for every message or presence received. Developers are using JAXL for developing real time applications. Checkout 5 exciting gaming bots you can [...]

Programatically control your google mails using JAXL v 1.0.4

February 6, 2009   -   XMPP   -   4 comments

Google has released an API for almost all of their products including maps, feedburner and gadgets. However one of the API’s which every developer would have loved to make use of is “Google Mail API” which is still missing (available for premium google apps user only). Here in this post I would demonstrate how one [...]

Behind the scenes – How and What XML’s are exchanged by JAXL

January 2, 2009   -   XMPP   -   2 comments

Pre-requisite Though it’s not mandatory but will be helpful if you have given a casual reading to the following RFC’s: Extensible Messaging and Presence Protocol(XMPP):Core Extensible Messaging and Presence Protocol(XMPP):Instant Messaging and Presence Case Study: Google Talk Server JAXL Sends >> Gtalk Acknowledges With >> X-GOOGLE-TOKEN JAXL [...]

Introducing JAXL – Open Source Jabber XMPP Library

January 2, 2009   -   Open Source Projects   -   66 comments

Introduction JAXL stands for “Jabber XMPP Library“. For fun, it stands for “Just Another XMPP Library” This library currently supports following features: Connect to a Jabber Server (e.g. Gtalk) TLS Encryption DIGEST-MD5 and PLAIN authentication mechanisms Roster Support Library comes with the following class files: config.ini.php : Holds your jabber account and mysql connection information mysql.class.php : Basic MySQL connection class used to insert [...]

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