summaryrefslogtreecommitdiffstats
path: root/connection/xmpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'connection/xmpp.py')
-rw-r--r--connection/xmpp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection/xmpp.py b/connection/xmpp.py
index dd1c061..d6e3a3f 100644
--- a/connection/xmpp.py
+++ b/connection/xmpp.py
@@ -33,6 +33,7 @@ class MucHandler(MucRoomHandler):
def set_topic(self, topic):
self.room_state.set_subject(topic)
+ self.room_state.subject = topic
def message_received(self, user, stanza):
if(user == None or user.same_as(self.room_state.me) or stanza.get_body() == None):