strophe / libstrophe

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

I used xmpp_handler_add() for "Connection Request" from ACS. It is handling properly for the first time. Second time client is crashing. I don't see logs in my handler method. #246

Closed subbarayudugsr closed 4 months ago

subbarayudugsr commented 4 months ago

Prerequisites

Additional Information

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Environment

subbarayudugsr commented 4 months ago

I got the solution for it.. If i return 0. handler is unregistered... so i returned 1. to keep handler stay registered