how to modify the nullclient.c so the account can login the real xmpp server?
Ka-Hing Cheung
khc at hxbc.us
Fri Jul 25 00:09:39 EDT 2008
On Fri, 2008-07-25 at 11:00 +0800, jimmy_yuhai wrote:
>
> for example ,the jimmy_yuhai at jabber.org, how to modify the
> nullclient.c (see below), so the account can connect the real server?
>
> just add purple_account_connect(PurpleAccount *account) seems not
> enough.
> (16:48:32) certificate: CertificatePool x509, tls_peers requested but
> not found.
> (16:48:32) certificate/x509/tls_cached: Couldn't find local peers
> cache tls_peers
> Prompting the user
For the 15th times, you need to implement the request ui ops so that this
can actually go through. The certificate is self signed, and libpurple is
trying to ask the user whether to accept this or not.
> (16:48:32) certificate/x509/tls_cached: Certificate for 172.16.1.82 is
> self-signed.
-khc
More information about the Devel
mailing list