Advice on client library for chat

Hi

I would like to add a multi-user chat in my game. That chat would behave like XMPP protocol, with different chat rooms.
Has anyone already do that with Cocos2d-x ? I would love to have advices on which library to use. Game will be cross-platform, iOS and Android at least.
I haven’t been able to find a free c++ lib that can do that.

Thanks for your help

maybe gloox is your best choice, it support iphone,android.
and the server is openfire,it’s open source.

Thanks, gloox looks nice apart that it’s not free for commercial license :slight_smile:
openfire seems nice as well
thanks for your advices