aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-30 23:35:18 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-30 23:35:18 +0900
commit0aade6a4a9726e30814b5f3c9dcf27a7125e324a (patch)
tree245d8d2559695c085cc419277c18c40ff99ac317 /room.h
parent75542386eaf7a6e4ecd064401f2c3373c48f3cd3 (diff)
parent86c41b9d233918ebc3312d19fc8f702a0f5da789 (diff)
downloadlibquotient-0aade6a4a9726e30814b5f3c9dcf27a7125e324a.tar.gz
libquotient-0aade6a4a9726e30814b5f3c9dcf27a7125e324a.zip
Merge branch 'kitsune-create-room'
Closes #34.
Diffstat (limited to 'room.h')
-rw-r--r--room.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/room.h b/room.h
index b908a763..0a9bc2b8 100644
--- a/room.h
+++ b/room.h
@@ -235,6 +235,8 @@ namespace QMatrixClient
/** @deprecated If you have a custom event type, construct the event
* and pass it as a whole to postMessage() */
void postMessage(const QString& type, const QString& plainText);
+ void setName(const QString& newName);
+ void setCanonicalAlias(const QString& newAlias);
void setTopic(const QString& newTopic);
void getPreviousContent(int limit = 10);