On 06/09/12 08:59, Ahmet Can KEPENEK wrote:
I wrote application with xmpp. It sending message from gtalk. I want to
print received message. How can i do?
This mailing list is really for people learning Python and its standard
library. Your question is mainly about xmpp which I assume is some
I wrote application with xmpp. It sending message from gtalk. I want to
print received message. How can i do? My application short code as follows.
def process_message():
client = xmpp.Client('gmail.com')
client.connect( server=('talk.google.com',5223) )
client.auth(user,passwd, 'bot