[sugar] [PATCH] telepathy-gabble-olpc bug
    Dan Williams 
    dcbw at redhat.com
       
    Wed Feb 28 20:57:05 EST 2007
    
    
  
Should be using caller-provided node name 'ns', not hardcoding the
ACTIVITIES namespace.  Caused requests for BuddyInfo to fail with 404
not found errors.
Dan
diff -rN -u old-telepathy-gabble-olpc/src/olpc.c new-telepathy-gabble-olpc/src/olpc.c
--- old-telepathy-gabble-olpc/src/olpc.c	2007-02-28 20:55:21.000000000 -0500
+++ new-telepathy-gabble-olpc/src/olpc.c	2007-02-28 20:55:21.000000000 -0500
@@ -71,7 +71,7 @@
       '(', "pubsub", "",
         '@', "xmlns", NS_PUBSUB,
         '(', "items", "",
-          '@', "node", NS_OLPC_ACTIVITIES,
+          '@', "node", ns,
         ')',
       ')', NULL);
 
    
    
More information about the Sugar
mailing list