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);
 



_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar

Reply via email to