Le mardi 29 avril 2008, Matt Rogers a écrit :
> On Tuesday 29 April 2008 10:35:37 Peter Saint-Andre wrote:
> > Recently we've had some troubles with support for the legacy SSL port
> > (5223) at the jabber.org XMPP service. This has exposed the fact that
> > some IM clients (including Kopete) do not yet support the STARTTLS
> > feature (upgrade of port 5222 to an encrypted connection) first defined
> > in RFC 3920 (published in October 2004). As author of RFC 3920, I would
> > be happy to answer any questions about STARTTLS or to connect the Kopete
> > team with other XMPP developers so that we can fix this bug.
> >
> > Thanks!
> >
> > Peter
>
> Does PSI support this already? We're using their jabber client code.
> Perhaps we need to sync with their latest and greatest stuff if they
> already support this

Iris has been supported it for long time now.
And maybe the fix could ba as complex as the attached patch.



Index: jabberaccount.cpp
===================================================================
--- jabberaccount.cpp	(revision 799094)
+++ jabberaccount.cpp	(working copy)
@@ -355,9 +355,6 @@
 		m_jabberClient->disconnect ();
 	}
 
-	// we need to use the old protocol for now
-	m_jabberClient->setUseXMPP09 ( true );
-
 	// set SSL flag (this should be converted to forceTLS when using the new protocol)
 	m_jabberClient->setUseSSL ( configGroup()->readEntry ( "UseSSL", false ) );
 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to