log muc.py @ 260:9a2302e8382b

age author description
Thu, 11 Mar 2010 14:15:31 +0100 Charly COSTE (muc) created "state" attribute to replace the "connected" one
Sat, 13 Mar 2010 14:40:32 +0100 Charly COSTE (muc) removed "participants" attribute since it isn't used
Sat, 13 Mar 2010 14:25:34 +0100 Charly COSTE (muc) auto_reconnect must be set in join() not in __init__() because we turn it to False in leave()
Mon, 08 Mar 2010 18:29:41 +0100 Charly COSTE (muc) minor change in NotConnected error message
Sun, 07 Mar 2010 22:12:25 +0100 Charly COSTE added optional "action" argument to Participant.say_on_xmpp_to and muc.say_to
Sat, 06 Mar 2010 23:19:17 +0100 Charly COSTE (muc) ignore NotConnected exception in leave method
Sat, 06 Mar 2010 19:26:35 +0100 Charly COSTE (muc) added "auto_reconnect" attribute (defaults to True, turns to False when "leave" is called), created NotConnected exception