summaryrefslogtreecommitdiff
path: root/poezio/multiuserchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/multiuserchat.py')
-rw-r--r--poezio/multiuserchat.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/poezio/multiuserchat.py b/poezio/multiuserchat.py
index a70fb4d0..34f37507 100644
--- a/poezio/multiuserchat.py
+++ b/poezio/multiuserchat.py
@@ -54,17 +54,6 @@ def change_show(
pres.send()
-def change_subject(xmpp: ClientXMPP, jid: JID, subject: str) -> None:
- """
- Change the room subject
- """
- jid = safeJID(jid)
- msg = xmpp.make_message(jid)
- msg['type'] = 'groupchat'
- msg['subject'] = subject
- msg.send()
-
-
def change_nick(
core: Core,
jid: JID,