Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xmpp

Can't Connect To Gtalk With Python And Xmpppy

When try connect to gtalk I get this error: An error occurred while looking up _xmpp-client._tcp.t… Read more Can't Connect To Gtalk With Python And Xmpppy

Send An Xmpp Message Using A Python Library

How can I send an XMPP message using one of the following Python libraries: wokkel, xmpppy, or jabb… Read more Send An Xmpp Message Using A Python Library

How To Register Google App Engine To Xmpp Client?

I am using psi to test the xmpp service in my app engine project. when I open psi, it asks me to en… Read more How To Register Google App Engine To Xmpp Client?

Gae Xmpp App Shows Invalid Jid Error

Currently I'm testing appengine-crowdguru-python this app by sending xmpp messages from http://… Read more Gae Xmpp App Shows Invalid Jid Error

Is There Any Python Xmpp Library That Supports Adding/removing Users?

Right now I have a python class that creates user/deletes users by executing 'ejabberdctl regis… Read more Is There Any Python Xmpp Library That Supports Adding/removing Users?

Validating An Xmpp Jid With Python?

What is the correct way to validate an xmpp jid? The syntax is described here:, but I don't rea… Read more Validating An Xmpp Jid With Python?