attempt to enable MAM(ejabberd) on muc configuration
This commit is contained in:
parent
b158e9fd42
commit
23e9c73c94
|
@ -414,6 +414,7 @@ public class IqGenerator extends AbstractGenerator {
|
|||
options.putString("muc#roomconfig_membersonly", "1");
|
||||
options.putString("muc#roomconfig_publicroom", "0");
|
||||
options.putString("muc#roomconfig_whois", "anyone");
|
||||
options.putString("mam","1");
|
||||
return options;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue