In jabber/Jabber.tcl
# This is a method to show fake caps responses. set ::config(caps,fake) 0 set ::config(caps,node) "" set ::config(caps,vers) ""
but it is untested. Note that the caps XEP is essentially completely rewritten so its not entirely uptodate.
In jabber/Jabber.tcl
# This is a method to show fake caps responses.
set ::config(caps,fake) 0
set ::config(caps,node) ""
set ::config(caps,vers) ""
but it is untested. Note that the caps XEP is essentially completely rewritten
so its not entirely uptodate.