smiley22 / S22.Xmpp

S22.Xmpp is an easy-to-use and well-documented .NET assembly for communicating with an XMPP server. It supports basic Instant Messaging and Presence funtionality as well as a variety of XMPP extensions.
MIT License
54 stars 91 forks source link

OnMessage is not fired when using XMPPClient with UCCX and XMPP. #20

Open ekav555 opened 3 years ago

ekav555 commented 3 years ago

I noticed no events were getting fired when listening to Cisco UCCX Event Notification Service (PUBSUB). After downloading this repo and opening the files manually and stepping through the code it seems line 1486 of Xmpplm.cs is only checking to see if the XMLNODE has a BODY tag, but messages from Cisco do not have a BODY, they have an EVENT tag.