ekiga r7248 - trunk/lib/engine/components/resource-list



Author: jpuydt
Date: Thu Oct 16 19:56:30 2008
New Revision: 7248
URL: http://svn.gnome.org/viewvc/ekiga?rev=7248&view=rev

Log:
Small fix, and made the automatically added "XCAP Test" point to an existing document on the net

Modified:
   trunk/lib/engine/components/resource-list/rl-cluster.cpp

Modified: trunk/lib/engine/components/resource-list/rl-cluster.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-cluster.cpp	(original)
+++ trunk/lib/engine/components/resource-list/rl-cluster.cpp	Thu Oct 16 19:56:30 2008
@@ -85,7 +85,7 @@
     doc = xmlNewDoc (BAD_CAST "1.0");
     xmlNodePtr root = xmlNewDocNode (doc, NULL, BAD_CAST "list", NULL);
     xmlDocSetRootElement (doc, root);
-    add ("http://localhost:443";, "", "", "test ekiga net", "XCAP Test"); // FIXME: remove
+    add ("https://xcap.sipthor.net/xcap-root";, "alice", "123", "alice example com", "XCAP Test"); // FIXME: remove
   }
 }
 
@@ -119,7 +119,7 @@
 		  const std::string user,
 		  const std::string name)
 {
-  Heap* heap = new Heap (core, name, uri, username, password, user);
+  Heap* heap = new Heap (core, name, uri, user, username, password);
   xmlNodePtr root = xmlDocGetRootElement (doc);
 
   xmlAddChild (root, heap->get_node ());



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]