Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041044
en ru br
ALT Linux repos
S:1.5.1627-alt1

Group :: Networking/Instant messaging
RPM: psi-plus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: psi-plus-disable-sm-alt.patch
Download


diff --git a/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp b/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp
index 4664b61..247963f 100644
--- a/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp
+++ b/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp
@@ -759,7 +759,7 @@ bool CoreProtocol::loginComplete()
 	setReady(true);
 
 	// deal with stream management
-	if (features.sm_supported && sm.state().isEnabled() && !sm.isActive()) {
+	if (0 && features.sm_supported && sm.state().isEnabled() && !sm.isActive()) {
 		if (sm.state().isResumption()) {
 			QDomElement e = doc.createElementNS(NS_STREAM_MANAGEMENT, "resume");
 			e.setAttribute("previd", sm.state().resumption_id);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin