tigase / tigase-muc

Tigase Multi-User Chat Component
https://tigase.net
GNU Affero General Public License v3.0
5 stars 7 forks source link

tig_muc_room_affiliations Cannot persist #17

Open whwususu opened 1 year ago

whwususu commented 1 year ago

tig_muc_rooms can persist,but tig_muc_room_affiliations Cannot persist.muc config :

muc () {
 defaultRoomConfig {
   'muc#roomconfig_publicroom' = 'false'
   'muc#roomconfig_persistentroom' = 'true'
   'muc#roomconfig_membersonly' = 'true'
   }
   'muc-lock-new-room' = false
}

why?

whwususu commented 1 year ago

tigase.component.exceptions.RepositoryException: Error while setting affiliation for room 667@muc.localhost.com for jid test01@localhost.com to owner

woj-tek commented 1 year ago

tig_muc_rooms can persist,but tig_muc_room_affiliations Cannot persist.muc config :

what do you mean tig_muc_room_affiliations cannot persist? do you add affiliations to the room?

tigase.component.exceptions.RepositoryException: Error while setting affiliation for room 667@muc.localhost.com for jid test01@localhost.com to owner

Please provide complete errors/stanzas and Tigase logs

Neustradamus commented 11 months ago

@whwususu: Have you seen the @woj-tek answer?