Developing a bot to use as a gtalk contact with java
I want to develop a bot that can communicate with gtalk and I have some experience with java.
I don't want to use a bot for IA target.
I want to use a bot to emulate a console like xterm.
Edit:
Ok: question: "Any conclusions on how to develop it?"
thanks for the corpses.
-3
user2427
source
to share
2 answers
Google Talk uses XMPP. You can explore Smack .
+4
mipadi
source
to share
I think the easiest way to host your bot is as a Google App Engine app . It has support for sending and receiving XMPP messages.
0
Dunith dhanushka
source
to share