Openfire security (Firebug evil)

Let’s say i develop web-based chat app (connection is maintained by strophe). What if one of my user which is connected to my app, open a firebug console and begin creating a new connection and broadcast message to another users. Is there a mechanism to handle this issue?

Thank you.