```
# ./jabbersender.py bnw@bnw.im "Кросспостинг есть, его не может не быть."
Traceback (most recent call last):
File "./jabbersender.py", line 47, in <module>
jsend(toJID, text)
File "./jabbersender.py", line 16, in jsend
client = xmpp.Client(fromJID.getDomain(),debug=[True])
File "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 106, in __init__
self._DEBUG=Debug.Debug(debug)
File "/usr/lib/python2.7/dist-packages/xmpp/debug.py", line 196, in __init__
self.active_set( active_flags )
File "/usr/lib/python2.7/dist-packages/xmpp/debug.py", line 316, in active_set
flags = self._as_one_list( active_flags )
File "/usr/lib/python2.7/dist-packages/xmpp/debug.py", line 364, in _as_one_list
self._append_unique_str(r, l )
File "/usr/lib/python2.7/dist-packages/xmpp/debug.py", line 372, in _append_unique_str
raise 'Invalid item type (should be string)',msg2
TypeError: exceptions must be old-style classes or derived from BaseException, not str
```