django + xmppy: send a message to two recipients
- by Agrajag
I'm trying to use xmpppy for sending jabber-messages from a django-website. This works entirely fine.
However, the message only gets sent to the -first- of the recipients in the list. This happens when I run the following function from django, and also if I run it from an interactive python-shell. The weird part though, is that if I extract the…