===================================================================
RCS file: /home/cvs/neutron/neutron.py,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 neutron.py
231c231
< true_jid = string.split(GROUPCHATS[stripped_jid][resource]['jid'], '/', 1)[0]
---
> true_jid = string.split(unicode(GROUPCHATS[stripped_jid][resource]['jid']), '/', 1)[0]
429a430
> time.sleep(240) # sleep for 240 seconds
I've reported your patch to
I've reported your patch to Mikem and he has included it in CVS :)