提交 1ec066b1 编写于 作者: M Micha Kiener

SPR-6419, manager API

上级 d3da8c02
......@@ -82,6 +82,14 @@ public enum JoinMode {
*/
SWITCHED;
/**
* @return the default join mode to be used for creating new, temporary
* conversations ({@link JoinMode#NEW})
*/
public JoinMode getDefaultJoinMode() {
return NEW;
}
/**
* @return <code>true</code>, if this join mode allows nesting,
* <code>false</code> otherwise
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册