Artifact 5e78bf0d6a2c20dd5cdd756111e1401bf28beb50:
- File iq-plugins/browse.tcl — part of check-in [8b78cfb5ff] at 2002-07-29 08:01:52 on branch trunk — Initial revision (user: aleksey size: 178)
# $Id$ proc iq_browse {from child} { browser::parse_items $from $child return {} } iq::register_handler get {} jabber:iq:browse \ [namespace current]::iq_browse