Score:0

Ejabberd - push not working for MucSub

cn flag

everybody, I and can't find any clue how to make PUSH notifications working for MucSub rooms. This is really painful with clients on iOS which hibernates any app while locked. I tried Siskin and Monal, both with similar behavior - pushes are working for one-to-one chats (mostly reliably), but not for MUC (all rooms are MucSub).

I'm running Ejabberd 21.07 on Ubuntu 20.04 using mariadb. This is muc and push part of my config file:

mod_muc:
    access:
      - allow
    access_admin:
      - allow: admin
    access_create: muc_create
    access_persistent: muc_create
    access_mam:
      - allow
    default_room_options:
      persistent: true
      allow_subscription: true 
      mam: true
    hosts:
      - conference.@HOST@
  mod_muc_admin: {}
  mod_push: {}
  mod_push_keepalive: {}

Am I missing something? Any suggestion appreciated. Thanks!

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.