Lance Stout 77251452c1 Updated the XEP-0085 plugin.
Can now be used as so:

>>> msg['chat_state']
''
>>> msg
<message />

>>> msg['chat_state'] = 'paused'
>>> msg
<message>
  <paused xmlns="http://jabber.org/protocol/chatstates" />
</message>

>>> msg['chat_state']
'paused'

>>> del msg['chat_state']
>>> msg
<message />
2011-02-24 12:10:29 -05:00
..
2011-01-09 10:03:32 -05:00
2011-02-24 12:10:29 -05:00
2011-01-26 11:27:41 -05:00
2011-01-11 04:11:05 +08:00
2010-10-20 19:43:53 -07:00
2010-12-16 15:29:17 -05:00
2010-10-01 21:25:27 -04:00
2011-01-31 15:40:00 -05:00