allow clients to send private messages
commit47d2c7df0e3990d7c723cd234cd252288ad014ed
authorPat Notz <patnotz@gmail.com>
Thu, 6 Aug 2009 02:04:01 +0000 (5 20:04 -0600)
committerPat Notz <patnotz@gmail.com>
Thu, 6 Aug 2009 02:04:01 +0000 (5 20:04 -0600)
tree59c20c5834abec3b8e1ba25defa3fb9140de7c57
parentc04f3f90cb12a620e6c36b4ba67595c08a18caf9
allow clients to send private messages

This is really for groupchat.  Add privte=True to the send_simpl_relpy
or build_reply methods and the response will be sent to the user
as a private IM chat, using the user's room JID.
jabberbot.py