首页 > 代码库 > xmppframework (iOS) and configuring authentication

xmppframework (iOS) and configuring authentication

http://stackoverflow.com/questions/6528724/xmppframework-ios-and-configuring-authentication-types



if ([self supportsDigestMD5Authentication])
{
   // send the digest data along with with password
}


xmppframework (iOS) and configuring authentication