xmpppy
In Python, how to catch the exception you've just raised?
I\'ve got this piece of code: jabberid = xmpp.protocol.JID(jid = jid) self.client = xmpp.Client(server = jabberid.getDomain(),[详细]
2023-04-07 10:36 分类:问答Sending message via Python + xmpppy: AttributeError in minimal example
I found in a related question a minimal example to send a message via xmpp(py); see below. But when I execute the script I get the following error:[详细]
2023-03-27 01:51 分类:问答How can i get a list of all MUC 's in XMPP server using python xmpppy?
I need to get a list of MUC\'s in a XMPP server (OpenFire). I have read about XEP 0030 and service discovery, but can not find docu开发者_如何转开发mentation or examples about implementing it with xmp[详细]
2023-03-06 02:00 分类:问答PyQt4 - "See the log file for details" error
I have made an application using Python and recently i found that i can use py2exe to make executables for windows.[详细]
2023-02-06 20:30 分类:问答Python xmpppy client not sending message to appengine xmpp client
Hey Guys, I seem to be having trouble using the xmpppy client when sending messages to the app engine\'s xmpp client.[详细]
2023-02-02 12:34 分类:问答Retrieve gtalk nickname in python xmpp
In python xmpp module, I\'m able to retrieve the nickname of any contacts as follows: self.connection.auth(userJid.getNode(), self.password)[详细]
2023-02-01 02:49 分类:问答Getting session information from a xmmppy connection for jsjac
I am trying to make xwchat and xmpppy work together following this blog post , http://codingcromulence.blogspot.com/2009/01/chat-hacking-part-ii.html But unable to get session id and other information[详细]
2023-01-23 22:49 分类:问答Jabber bot - how to get the availability of contacts?
I need to set up a jabber bot, using python, that will send messages based on the online/offline availability of several contacts.[详细]
2023-01-19 10:11 分类:问答Determine if an XMPP user is online or not
I\'m using the xmpppy library to write an XMPP client that can chat with users. It has its own XMPP user account and need开发者_高级运维s to know if a given user is online. However, the documentation[详细]
2023-01-16 09:36 分类:问答How to create MUC and send messages to existing MUC using Python and XMPP
I was wondering if anyone here can provide some code samples on the following scenarios. I\'m particularly interested in using xmpppy to do this as I\'m already using the library for my app, but other[详细]
2023-01-12 03:42 分类:问答