0

I want to setup a local XMPP server, and I want each user to automatically to enter an important conference when they login, or at least get sent an invitations, but I can't figure out how.

Can I do this through the settings in ejabberd, or would this be a function in a different server?

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
Atterratio
  • 101
  • 3

1 Answers1

1

This is controlled entirely by the client. The server can control which rooms are able to be auto-joined, with the autojoin attribute of the conference element element, but it's up to the XMPP client to actually do so.

Note that the default value for the autojoin attribute is false, but once you set that to true on the server, its entirely up to whatever client you're using to support auto-joining.

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208