[JDEV] Can't compile groupchat-transport

Schuyler Heath heath at bigsky.net
Tue Jul 25 18:44:04 CDT 2000


Hi,
If you don't mind waiting, this bug will probably be fixed soon.
But, if you want to fix this bug now, the line should be like this:

xmlnode_put_attrib(xmlnode_insert_cdata(p->x,"query"),"xmlns","jabber:iq:groupchat");

Schuyler Heath

"Mark N. Gibson" wrote:
> 
> Can someone please help me with this?
> 
> I checked out all the latest from cvs, ran autogen, make.  I get the following
> error:
> 
> parser.c:6: too many arguments to function `xmlnode_insert_cdata'
> 
> in parser.c, the call looks like this:
> ----------
> xmlnode_insert_cdata(xmlnode_insert_tag(p->x,"query"),"xmlns","jabber:iq:groupchat",-1);
> ----------
> 
> The prototype fomr xmlnode_insert_cdata in libxode.h looks like this:
> ----------
> xmlnode xmlnode_insert_cdata(xmlnode parent, const char* CDATA, unsigned int size);
> ----------
> 
> Can someone help me out?  Thanks,
> 
> Mark
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev




More information about the JDev mailing list