How to write External Jabber Components in PHP using Jaxl library?

August 24, 2010   -   XMPP   -   15 comments

Jabber Component Protocol (XEP-0114) documents how XMPP protocol can be used to communicate between servers and “external” components over the Jabber network. XMPP components “bind” to a domain, usually a sub-domain of the main XMPP service, such as service.example.org. All incoming stanzas addressed to that domain (to='service.example.org') or to entities on that domain (to='user@service.example.org') will [...]

Writing your first facebook chat bot in PHP using Jaxl library

February 11, 2010   -   XMPP   -   58 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 [...]

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

Save your and your friend's status messages. Share and promote your website through your status

September 14, 2008   -   XMPP   -   1 comment

Hello Everyone, http://gtalkbots.com Here is this new website which help you save your and your friends Gtalk status messages. It also provides a social bookmarking feature with a different edge. Are you fed up with posting your website and blogs at digg.com, delicious, stumble or any other such site there. If not, you must surely [...]

GTalk Status Message Collector

September 6, 2008   -   XMPP   -   3 comments

Hello Everyone, I have started http://gtalkbots.com , based on the example demonstrated here. Try out and Help spreading the word. I am not a big fan of twitter, but after I heard they do something similar to what I will be demonstrating here. I thought of building this one out. So here is my demo [...]

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