Introducing WP-Chat :: XMPP Chat plugin for WordPress

July 15, 2010   -   WordPress, XMPP   -   46 comments

WP-Chat plugin embeds Jaxl IM (Instant Messenger for the web) for wordpress blogs. It runs across all major browsers and built upon XMPP protocol. It is a hosted solution from Jaxl.im empowering real time communication between you and your site visitors. It expects no software or hardware pre-requisites from your site servers or users. Above [...]

Setting up ejabberd 2.1.x development environment on Ubuntu

March 31, 2010   -   XMPP   -   5 comments

apt-get provide a convenient way of installing ejabberd on Ubuntu distributions. However, if you are an erlang developer and looking to write custom ejabberd modules, you might want to install ejabberd from the source code. Checkout ejabberd source To start with lets grab the ejabberd 2.1.x branch source code: sudo apt-get install git-core git clone [...]

Writing your first facebook chat bot in PHP using Jaxl library

February 11, 2010   -   XMPP   -   57 comments

Today facebook officially announced availability of it’s chat through jabber/xmpp clients. This is a big win for XMPP, with almost 400 million new probable users adding into XMPP club. In this post, I will demonstrate how to connect to facebook chat servers using Jaxl client library in PHP. It can further be used to make [...]

JAXL BOSH Demo: IM chat client for all WordPress blogs

January 29, 2010   -   WordPress, XMPP   -   35 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   -   20 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   -   17 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   -   40 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 make [...]

5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP

September 12, 2009   -   XMPP   -   23 comments

Jaxl is an open source XMPP client library written in PHP. The object oriented structure of JAXL allow developers to build various extensions using Jaxl library as their base. If used intelligently, JAXL client library is capable of doing more than just chat message transfers. Here are a few applications where developers have tried using [...]

How to broadcast a message to your Gtalk friends using JAXL?

May 20, 2009   -   XMPP   -   13 comments

In this era of social media we all look forward to easy and utility tools to easily market our site and blogs. In this post I will demonstrate a ready to use script, which will help you broadcast your message to everyone on your gtalk friend list in one go. jaxl4broadcast.class.php jaxl4broadcast.class.php is an extension [...]

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 [...]

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