Comment 16 for bug 146849

Revision history for this message
Mats (matsben) wrote : Re: [Bug 146849] Re: Possibility to fake OS and client version

Now added. I choose to keep them separate:

    # This is a method to show fake caps responses.
    set ::config(caps,fake) 0
    set ::config(caps,node) ""
    set ::config(caps,vers) ""

    # Method to fake jabber:iq.version response.
    set ::config(vers,full) ""

    if {0} {
 set ::config(caps,fake) 1
 set ::config(caps,node) "http://www.microsoft.com/msn"
 set ::config(caps,vers) "9.9"
 set ::config(vers,full) "9.9"
    }

On 10/3/07, sander <email address hidden> wrote:
> ok, I see now. But this does not changes the information provided by this
> XEP:
> http://www.xmpp.org/extensions/xep-0092.html
>
> --
> Possibility to fake OS and client version
> https://bugs.launchpad.net/bugs/146849
> You received this bug notification because you are a bug assignee.
>