araditc / Artalk.Xmpp

This repository contains an easy-to-use and well-documented .NET (Framework and Core 3.1, .Net 5 and .Net 6) assembly for communicating with an XMPP server. It supports basic Instant Messaging and Presence funtionality as well as a variety of XMPP extensions.
https://www.artalk.im
MIT License
56 stars 26 forks source link

Fail to connect to Cisco Jabber #2

Open cguanes opened 5 years ago

cguanes commented 5 years ago

How can implement a "Legacy SSL" connection to connect to Cisco Jabber? When I check the mechanisms allowed the server is returning "PLAIN","CISCO-VTG-TOKEN" and "OAUTHBEARER" and it will try only the PLAIN which actually is not allowed and the connection return "SASL authentication failed"

I found this place that explain something about Legacy SSL https://github.com/RestComm/jain-slee.xmpp/blob/77cfa474c0e04a38f6f854837fbd7fcfd4e216f2/resources/xmpp/library/src/main/java/org/jivesoftware/smack/SSLXMPPConnection.java

ammarheidari commented 5 years ago

Please check this link: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_6/cjab_b_planning-guide-for-cisco-jabber-12-6/cjab_b_planning-guide-for-cisco-jabber-12-6_chapter_0111.html

cguanes commented 4 years ago

Please check this link: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_6/cjab_b_planning-guide-for-cisco-jabber-12-6/cjab_b_planning-guide-for-cisco-jabber-12-6_chapter_0111.html

I'm sorry but what is the setting to change in Cisco Unify to make it works with this library?