I am using ejabberd 2 with Jabber-net. I want to ask you if it's possible to impersonate a user when logging in with the admin. Meaning i want to able to login with the admin account and send a messageFrom: 'User A', To: 'User B' ? When i try to do that the server returns
<stream:error xmlns:stream=\"http://etherx.jabber.org/streams\">
<invalid-from xmlns=\"urn:ietf:params:xml:ns:xmpp-streams\" />
</stream:error>
Thank you for the spared time.