saqura / xmppwb

XMPP Webhook Bridge [Archived]
MIT License
73 stars 8 forks source link

MUCs needed in config, even if no MUCs in place #8

Closed rasos closed 8 years ago

rasos commented 8 years ago

We had discovered a minor issue: You can not omit the mucs section in bridge.conf Here is our workaround:

 # A list of all MUCs that should be available to the bridges defined later.
  # none, as MUCs are not supported by IM+ client for Windows Phone, but we define one, seems needed
  mucs:
     - jid: nonexistent@conference.myxmppserver.at
       nickname: nonexistent
saqura commented 8 years ago

Thank you for reporting this issue. This is fixed now, so you can now omit this section if no MUCs are part of any of the bridges.