Is there a way to implement an XMPP client or message reciever that can recieve all the messages fro
Posted
by roberto
on Stack Overflow
See other posts from Stack Overflow
or by roberto
Published on 2010-02-02T01:55:48Z
Indexed on
2010/05/30
17:02 UTC
Read the original article
Hit count: 251
Basically im trying to build a bot that can send a message using one of many accounts out to a user and be able to receive messages to that account it originally used process and do whatever I need it to do. So far I found the JAXL library (http://code.google.com/p/jaxl/) but based on examples it is only able to handle one user at a time. Any suggestions or ideas?
thank you in advanced.
btw if there is anyway to make the server automatically forward those messages to another program or whatever that works just as well.
© Stack Overflow or respective owner