strophe / libstrophe

A simple, lightweight C library for writing XMPP clients
http://strophe.im/libstrophe
Other
401 stars 163 forks source link

Strophe XMPP::Connection inheritance example #129

Closed jngd closed 4 years ago

jngd commented 6 years ago

I'm wondering if class XMPP::Connection in C++ wrapper is motivated to implement or inherit from. Can someone provide an example of use for that class?

Thanks in advance

pasis commented 6 years ago

Unfortunately, implementation of this class is missed. I can't tell for sure, but I think it hasn't been written at all. Moreover, existent c++ code may be outdated, since no one maintained it for a long time.