soc.2009.transport: 9038ae13: Updated gloox patch.

hanzz at soc.pidgin.im hanzz at soc.pidgin.im
Mon Jul 20 02:00:31 EDT 2009


-----------------------------------------------------------------
Revision: 9038ae13210055767b8d711069d77c883b2c7636
Ancestor: c341f7c18ccd3f2c1ed8db98f076f61ef86ffb4e
Author: hanzz at soc.pidgin.im
Date: 2009-07-20T05:57:24
Branch: im.pidgin.soc.2009.transport
URL: http://d.pidgin.im/viewmtn/revision/info/9038ae13210055767b8d711069d77c883b2c7636

Modified files:
        patches/01-gloox-filetransfer-component.diff

ChangeLog: 

Updated gloox patch.

-------------- next part --------------
============================================================
--- patches/01-gloox-filetransfer-component.diff	a8c0bac0b30a90f4e821dd67a84330985a5348dd
+++ patches/01-gloox-filetransfer-component.diff	bd25e3043f6cb55f5b9beb4bb027a9a7ba66b4a6
@@ -23,6 +23,19 @@ Index: sihandler.h
                                            const SIManager::SI& si ) = 0;
  
        /**
+Index: mucroom.cpp
+===================================================================
+--- mucroom.cpp	(revision 4022)
++++ mucroom.cpp	(working copy)
+@@ -1243,7 +1243,7 @@
+     }
+   }
+ 
+-  void MUCRoom::handleDiscoItems( const JID& /*from*/, const Disco::Items& items, int context )
++  void MUCRoom::handleDiscoItems( const JID& /*from*/, const JID& /*to*/, const Disco::Items& items, int context )
+   {
+     if( !m_roomHandler )
+       return;
 Index: siprofileft.h
 ===================================================================
 --- siprofileft.h	(revision 4022)
@@ -59,6 +72,19 @@ Index: siprofileft.h
                                            const SIManager::SI& si );
  
        // reimplemented from SIHandler
+Index: mucroom.h
+===================================================================
+--- mucroom.h	(revision 4022)
++++ mucroom.h	(working copy)
+@@ -736,7 +736,7 @@
+ 
+       // reimplemented from DiscoHandler
+       // reimplemented from DiscoHandler
+-      virtual void handleDiscoItems( const JID& from, const Disco::Items& items, int context );
++      virtual void handleDiscoItems( const JID& from, const JID& to, const Disco::Items& items, int context );
+ 
+       // reimplemented from DiscoHandler
+       virtual void handleDiscoError( const JID& from, const Error* error, int context );
 Index: capabilities.cpp
 ===================================================================
 --- capabilities.cpp	(revision 4022)


More information about the Commits mailing list