[Psi-devel] small copy and paste error for new xhtml caps feature (in psiaccount.cpp)
textshell-I1QKlO@neutronstar.dyndns.org
textshell-I1QKlO at neutronstar.dyndns.org
Fri Jun 30 17:17:04 PDT 2006
i'm tired, but befofe i forget...
You might want to do apply like this patch
--- src/psiaccount.cpp 2006-07-01 02:02:12.000000000 +0200
+++ src/psiaccount.cpp 2006-07-01 02:14:19.000000000 +0200
@@ -537,7 +537,7 @@
// HTML
if(PsiOptions::instance()->getOption("options.html.chat.render").toBool())
- d->client->addExtension("pep",Features("http://jabber.org/protocol/xhtml-im"));
+ d->client->addExtension("xhtml-im",Features("http://jabber.org/protocol/xhtml-im"));
// restore cached roster
for(Roster::ConstIterator it = acc.roster.begin(); it != acc.roster.end(); ++it)
More information about the psi-devel
mailing list