I'm planning an XMPP bot system in which a bot is "attached" to a Rails app in background to receive commands and so on. Is is appropriate to use the same account for all apps (40+) and just changed the resource part, like this:
account@host/bot1
account@host/bot2
account@host/bot2
or use totally different JIDs, like:
account1@host
account2@host
account3@host
Pros/cons? Thanks for any feedback!