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

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?

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?

Sleekxmpp Threaded Authentication

so... I have a simple chat client like so: class ChatClient(sleekxmpp.ClientXMPP): def __init__… Read more Sleekxmpp Threaded Authentication