Comment 9 for bug 161203

Revision history for this message
Mats (matsben) wrote :

Now some more support for this which is almost untested so far. I haven't switched it on by default in cvs in order not to screw up the current build efforts. Please find in jabber/Jabber.tcl and Subscribe.tcl:

     # Set a timer dialog instead of just straight auto rejecting.
    set ::config(subscribe,auto-reject-timer) 0

     # Set a timer dialog instead of just straight auto accepting.
    set ::config(subscribe,auto-accept-timer) 0

    # Shall we send a message to user when one of the auto dispatchers done.
    set ::config(subscribe,auto-reject-send-msg) 0
    set ::config(subscribe,auto-accept-send-msg) 0
...

    # Sets the number of millisecs the dialog starts its countdown.
    set ::config(subscribe,accept-after) 10000
    set ::config(subscribe,reject-after) 10000

The logic is likely not right, but feedback wanted of how the exact behavior shall be.
You can experiment yourself with the code in Subscribe.tcl