> wouldn't it make more sense for them to just send to the other person
> directly?
Well I think that definitely makes sense in a lot of cases. If I
wanted to make a multiplayer chess game though, it would definitely be
more convenient for users to send and receive xmpp messages directly
through my application though. It would be awkward to go to gchat etc
to send a message to talk to the person you're playing against.
In the chess game scenario, it seems you would be able to send an xmpp
chat message to your opponent, just that your client app has no way of
getting notified that a message was received - it would popup in your
third party chat app, like gchat, probably in another browser frame?
Thanks