Showing posts with label XMPP. Show all posts
Showing posts with label XMPP. Show all posts

Sunday, December 19, 2010

Fun started using XMPP

As i said in my previous post , started playing with XMPP protocol. Here is the list of things i have done. First i started researching about XMPP,how it works,features. Then i searched for a good open-source XMPP server and installed Openfire 3.6.4.  Even i also installed MY SQL 5.5 community edition to log all Openfire related data. To do small kind of DB operations easily i also installed MY SQL workbench 5.2 .Now i spent some good enough time to explore all the existing features in Openfire. I am amazed by its list of features.
Then to play around it, i installed Spark XMPP/Jabber client in all of my room mates laptops and connected to LAN using wifi.
That's it. You too can enjoy all the features of it. Follow the same steps as i specified and have fun
So my next step is to develop my own XMPP client as spark for Android. WOW.. this thought just giggles me a lot.

Friday, December 17, 2010

XMPP fun

a very good tutorial to know on what is XMPP and how it is being used in messaging , is available at

http://www.adarshr.com/papers/xmpp/
http://www.adarshr.com/papers/xmpp2

Thursday, December 16, 2010

Smack Documentation - Jive Software

Friends...
i started to do a small chat application and trying to figure out possible ways to do it. So i understood that need to learn XMPP(EXtensible Messaging and Presence Protocol) . I figured out that ,should use one XMPP server and have to build XMPP client for that.
So my initial step is learn XMPP library to build client application. As i am interested more on java side, decided to start it with SMACK XMPP java library
Here you too can find it Smack Documentation - Jive Software