Building a Jabber Bot (Google Talk) with Python and Google App Engine

To develop a Jabber / Google Talk Bot, we first need to enable the XMPP inbound service for the application. Just add the lines: inbound_services: - xmpp_message to your app.yaml file. That would activate the service for our application. Have a look at my application’s app.yaml file: [...]
http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/digg_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/reddit_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/dzone_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/delicious_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/technorati_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/google_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/facebook_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://blog.stepupbd.com/wp-content/plugins/sociofluid/images/twitter_24.png

About this entry