LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   making a chat client using gloox in c++ (https://www.linuxquestions.org/questions/programming-9/making-a-chat-client-using-gloox-in-c-898727/)

tarunchawla 08-22-2011 04:46 AM

making a chat client using gloox in c++
 
I want to make a chat client for my minor project and I have just learnt c++ and trying to make a chat client using gloox library.
I am using g++ compiler,could any one give me short example so as to how to use implement gloox library so that I can catch upon it further.
Please give me a example to connect to gmail server and authentcate with the server.....
Thanks in advance

sag47 08-23-2011 02:38 PM

Gmail uses XMPP.

The settings are port 5222 with SSL enabled.
Domain is gmail.com.

There's plenty of examples in the gloox api documentation.

http://camaya.net/api/gloox-1.0/index.html

That should be enough information to get your project off the ground.

SAM


All times are GMT -5. The time now is 05:00 PM.