CiscoDevNet / finesse-sample-code

Sample Gadgets and code for use with Finesse
MIT License
82 stars 32 forks source link

SleekXMPP deprecated #16

Closed IllicitMoonshine closed 2 years ago

IllicitMoonshine commented 2 years ago

Any chance of an updated example code using either Slixmpp which replaced SleekXMPP or another XMPP library? If there is no plans for that it is fine I just managed to stumble here from the Cisco Site.

dekwan commented 2 years ago

The non gadget sample has already been updated to use strophe and websocket instead. This is the recommended way to go: https://github.com/CiscoDevNet/finesse-sample-code/tree/master/NonGadgetSampleWithStropheAndWebsocket

IllicitMoonshine commented 2 years ago

I apologize for not catching that! Thank you so much!