cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Jabber for iPhone 9.6 service discovery issue

ahsamir
Cisco Employee
Cisco Employee

hi, 

I'm not able to get service discovery to work with Jabber for iphone although it works fine with J2W.  following is the jabber-congig.xml details:

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
 <Presence>
   <PresenceServerAddress>x.x.x.x</PresenceServerAddress>
 </Presence>
 <Directory>
   <DirectoryServerType>BDI</DirectoryServerType>
   <BDIPresenceDomain>mydomail.com</BDIPresenceDomain>
   <BDIPrimaryServerName>x.x.x.x</BDIPrimaryServerName>
   <BDIServerPort1>389</BDIServerPort1>
   <BDIConnectionUsername>username@mydomain.com</BDIConnectionUsername>
   <BDIConnectionPassword>password</BDIConnectionPassword>
   <BDIUseJabberCredentials>true</BDIUseJabberCredentials>
   <BDISipUri>mail</BDISipUri>
   <BDISearchBase1>ou=x,dc=x,dc=x</BDISearchBase1>
 </Directory>
</config>

i checked the log files and i can see the following:

-- 2014-03-27 17:17:13.122 DEBUG [3ae2b18c] - [service-discovery][callOnAuthenticationFailedDiscoveryResultOnDispatcherThread] Discovery has failed due to Authentication Failure for id 1000Calling Callback!
-- 2014-03-27 17:17:13.123 INFO [3ae2b18c] - [CSFServiceLocatorManager][onAuthenticationFailed:authenticatorId:] enter
-- 2014-03-27 17:17:13.123 WARNING [3ae2b18c] - [Login Time Check] discovery Authentication Failed.
-- 2014-03-27 17:17:13.123 DEBUG [3ae2b18c] - YLCSigninUIMgr showSigninError The username or password is not correct, or the user account is inactive.,withAction cxsignaction://senderrorproblem
-- 2014-03-27 17:17:13.136 DEBUG [3ae2b18c] - height:49.031998, createLabel.numberOfLines:1
-- 2014-03-27 17:17:13.139 DEBUG [3ae2b18c] - YLCSigninUIMgr enableUserInteraction YES
-- 2014-03-27 17:17:13.140 INFO [3ae2b18c] - [CSFServiceLocatorManager][onAuthenticationFailed:authenticatorId:] out

I'm using the user LDAP credentials for authentication.

thanks in advance

Regards

Ahmed

Who Me Too'd this topic