? tlen-transport.patch
Index: src/jabber/disco.c
===================================================================
RCS file: /cvsroot/jtlentrans/tt/src/jabber/disco.c,v
retrieving revision 1.2
diff -r1.2 disco.c
4d3
< #include "package.h"
6c5
< int jabber_iq_discoinfo_get(const char *id, const char *to) {
---
> int jabber_snddisco(const char *id, const char *to) {
23,24c22,23
< 	xode_put_attrib(temp1, "type", "x-tlen");
< 	xode_put_attrib(temp1, "name", config_disconame);
---
> 	xode_put_attrib(temp1, "type", "tlen");
> 	xode_put_attrib(temp1, "name", "Tlen Transport");
31c30
< 
---
> 	
