jdev - 2022-10-09


  1. pep.

    https://github.com/ansible-collections/community.general/blob/main/plugins/modules/notification/jabber.py#L147 This message doesn't need <{muc#user}x/> right?

  2. pep.

    *A message to a room doesn't need <{muc#user}x/>? Only the join needs <{muc}x/>

  3. pep.

    Since the room needs to strip this child anyway, so it's not broadcasted.

  4. pep.

    I'm hesitant to remove it as I wonder if they came across issues with it and haven't reported it anywhere. Then if it breaks stuff people are gonna say xmpp doesn't work, because that's how things work, instead of fixing the deployment.

  5. pep.

    https://github.com/ansible-collections/community.general/issues/5343 I submitted an issue.