Is there any Library which is C/C++ to connect to openfire

Is there a library which is C++ based that can connect to openfire. I am confused whether gloox (which is c++ lib) can connet to openfire. Please anyone help me out!!!

**gloox **will connect to opefnire because it implements

XMPP 1.0 Core (RFC3920)

as long as you set the ip address plus the port of the Openfire correctly, you are good

1 Like

Thank you very much! Gotta give it a try!

Any XMPP client library can be used to connect to Openfire. The XMPP protocol is language agnostic, so the language of the client library is irrelevant.