Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
90 check-ins using file jabberlib/wrapper.tcl or jabberlib-tclxml/wrapper.tcl version 02250f8403
|
2008-03-07
| ||
| 09:57 | * disco.tcl: Added registering extras to include XEP-0128 forms into disco#info replies. * plugins/iq/version.tcl: Implemented reporting Tkabber version in disco#info replies (XEP-0232). check-in: 8d9dffe88c user: sgolovan tags: trunk | |
| 09:20 | * plugins/chat/draw_xhtml_message.tcl: Fixed a bug with xhtml_symb tag which was introduced when removing global font variable. check-in: 98c952a04c user: sgolovan tags: trunk | |
|
2008-03-06
| ||
| 20:03 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: e980bb737e user: sgolovan tags: trunk | |
| 19:14 | * iq.tcl: Fixed call of IQ handler if it is a command with arguments. * datagathering.tcl: Removed [cequal] and [cindex] calls. * negotiate.tcl: Adapted to a current version of XEP-0020. * privacy.tcl: Fixed possible race conditions with receiving/updating privacy lists. * plugins/pep/user_location.tcl: Added user location support plugin (XEP-0080). * plugins/iq/time2.tcl: Added entity time support plugin (XEP-0202). * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 33541f9404 user: sgolovan tags: trunk | |
| 11:03 | * disco.tcl: Added new hook disco_node_reply_hook to allow answering service discovery queries to unregistered temporary nodes (as in entity capabilities plugin). * plugins/general/caps.tcl: Implemented version 1.5 of XEP-0115 (only sending capabilities and replying to disco#info queries). check-in: c2892fa1d2 user: sgolovan tags: trunk | |
|
2008-03-04
| ||
| 08:08 | * msgs/ru.msg: Updated Russian translation. * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: db999262c6 user: sgolovan tags: trunk | |
|
2008-03-03
| ||
| 21:29 | * muc.tcl: Added a warning message to groupchat window if a room the user enters is newly created. check-in: 046bf64646 user: sgolovan tags: trunk | |
|
2008-03-02
| ||
| 21:52 | * idefault.tcl, iface.tcl, ifacetk/iroster.tcl, plugins/richtext/stylecodes.tcl, richtext.tcl: Partially rolled back the change in font options for Tcl/Tk on UNIX with disabled Xft. Removed use of named fonts wherever possible. Also, ifacetk::options(font) variable can't be used for roster and chats font setup. Use *Chat*Text.font resource instead. check-in: 9995bab1e2 user: sgolovan tags: trunk | |
| 21:36 | * idefault.tcl, iface.tcl: Partially rolled back the change in font options for Tcl/Tk on UNIX with disabled Xft. Removed use of named fonts wherever possible. Also, ifacetk::options(font) variable can't be used for roster and chats font setup. Use *Chat*Text.font resource instead. check-in: b3963e607b user: sgolovan tags: trunk | |
| 20:49 | * ifacetk/bwidget_workarounds.tcl: Changed look and feel of paned window separators. * chats.tcl, examples/xrdb/badlop-dark.xrdb, examples/xrdb/dark.xrdb, examples/xrdb/dark2.xrdb, examples/xrdb/ice.xrdb, examples/xrdb/light.xrdb, examples/xrdb/lighthouse.xrdb, examples/xrdb/ocean-deep.xrdb, examples/xrdb/teopetuk.xrdb, examples/xrdb/warm.xrdb, ifacetk/idefault.tcl, ifacetk/iface.tcl, ifacetk/iroster.tcl, mclistbox/mclistbox.tcl, plugins/chat/draw_xhtml_message.tcl, plugins/richtext/stylecodes.tcl, richtext.tcl, tkabber.tcl: Removed global font variable. Now one should either add option *font or use ifacetk::options(font) variable. check-in: ec43d48b5b user: sgolovan tags: trunk | |
| 11:33 | * ifacetk/bwidget_workarounds.tcl: Changed look and feel of paned window separators. check-in: a2d80e7f3d user: sgolovan tags: trunk | |
|
2008-02-21
| ||
| 11:59 | * msgs/ru.msg: Updated Russian translation. * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: db739b8617 user: sgolovan tags: trunk | |
|
2008-02-20
| ||
| 06:37 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: bb19e7aac6 user: sgolovan tags: trunk | |
|
2008-02-19
| ||
| 18:14 | * plugins/chat/draw_server_message.tcl: Removed unnecessary procedure call (thanks to Konstantin Khomoutov). * plugins/richtext/stylecodes.tcl: Added a customize option which allows to show stylecode markup symbols regardles of changing fonts in a chat window (thanks to Konstantin Khomoutov). * msgs/ru.msg: Updated (thanks to Konstantin Khomoutov). check-in: 4d6201b277 user: sgolovan tags: trunk | |
|
2008-02-18
| ||
| 08:13 | * iface.tcl: Show SHA1 hash of SSL certificate when asking for its approval and in a certificate info. check-in: e695554272 user: sgolovan tags: trunk | |
|
2008-02-05
| ||
| 19:19 | * doc/tkabber.html, doc/tkabber.xml, README: Fixed notice about external XML parser (replaced TclXML which diesnt' work by tDOM which works). * jabberlib/jabberlib.tcl: Eliminate use_external_tclxml variable. Now, to use tDOM a user should 'require' it in a config file. * chats.tcl, custom.tcl, datagathering.tcl, disco.tcl, ifaceck/iroster.tcl, messages.tcl, muc.tcl, plugins/chat/chatstate.tcl, plugins/chat/events.tcl, plugins/chat/histool.tcl, plugins/chat/logger.tcl, plugins/chat/nick_colors.tcl, plugins/general/headlines.tcl, plugins/general/message_archive.tcl, plugins/general/offline.tcl, plugins/general/rawxml.tcl, plugins/general/xcommands.tcl, plugins/roster/annotations.tcl, pubsub.tcl, register.tcl, search.tcl, userinfo.tcl: Removed usage of global variable font. check-in: 275916e5cd user: sgolovan tags: trunk | |
|
2008-01-28
| ||
| 02:27 | roster.tcl: Added preliminary framework for working with XML roster backup. Storing of roster items and deserialization of them works. ifacetk/iroster.tcl: export_to_xml_file and import_from_xml_file are now called by the corresponding "Roster" menu entries. check-in: 1eb70a8b1f user: khomoutov tags: xml-import-export | |
|
2008-01-27
| ||
| 23:43 | Copied trunk HEAD at rev 1351 to the "xml-import-export" branch. This branch intended to keep the implementation of roster import/export in proper XML format with correct handling of conference bookmarks. check-in: 1c345640e2 user: khomoutov tags: xml-import-export | |
| 16:32 | * plugins/filetransfer/si.tcl: Registered filetransfer feature to include it into disco#info replies. check-in: 7160cbf09f user: sgolovan tags: trunk | |
|
2008-01-23
| ||
| 20:20 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: b05c933a6f user: sgolovan tags: trunk | |
|
2008-01-15
| ||
| 18:19 | * tkabber.tcl: Moved loading BWidget below sourcing config file to allow adding/removing directories to auto_path in config. * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: dbe4f13f36 user: sgolovan tags: trunk | |
|
2008-01-05
| ||
| 18:30 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: f07872aa91 user: sgolovan tags: trunk | |
| 14:56 | * ifacetk/iroster.tcl: Made roster filter case insensitive, added Escape binding which clears filter string. check-in: 6836b4cc86 user: sgolovan tags: trunk | |
| 14:02 | * iface.tcl, iroster.tcl: Added simple roster filter. check-in: 88c39f577f user: sgolovan tags: trunk | |
|
2008-01-03
| ||
| 20:45 | * chats.tcl: Fixed raising tab in case when a user clicks on "Open new conversation" link which appears in chat tab if the other party changes his/her nickname. check-in: 26b38dd6db user: sgolovan tags: trunk | |
|
2007-12-31
| ||
| 14:15 | * ifaceck/iface.tcl, ifacetk/iface.tcl: Added -raise option to add_win to make it possible to raise new tab even if raise_new_tab option is switched off. Also, added new raise_win function which raise a corresponding tab. * chats.tcl, custom.tcl, disco.tcl, doc/tkabber.xml, ifacetk/iface.tcl, joingrdialog.tcl, plugins/chat/histool.tcl, plugins/chat/muc_ignore.tcl, plugins/general/message_archive.tcl, plugins/general/rawxml.tcl, plugins/general/stats.tcl: Do not raise new tabs (when raise_new_tab is off) only if it isn't created by a Tkabber user himself, but by some external event (incoming message etc.). check-in: 7fab5d1322 user: sgolovan tags: trunk | |
|
2007-12-30
| ||
| 19:39 | * custom.tcl: Fixed back/forward moving in customize window history. check-in: cebecccfb8 user: sgolovan tags: trunk | |
| 14:46 | * tclxml/sgmlparser.tcl, tclxml/tclparser-8.1.tcl, tclxml/xml-8.1.tcl: Fixed bug with processing multiple XML attributes in case when one of them contains unescaped >. Also, made XML parser more reliable when parsing incomplete document (e.g. correctly process XML entities split into packets). check-in: 120c53f015 user: sgolovan tags: trunk | |
|
2007-12-28
| ||
| 19:26 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: be327ac7e2 user: sgolovan tags: trunk | |
|
2007-12-27
| ||
| 14:46 | * mclistbox/mclistbox.tcl: Fixed error message when selecting a row (in Tcl/Tk 8.5.0). check-in: a9fce90962 user: sgolovan tags: trunk | |
|
2007-12-26
| ||
| 15:36 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: e3037fa6bc user: sgolovan tags: trunk | |
|
2007-12-24
| ||
| 19:48 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 9830c6f7fe user: sgolovan tags: trunk | |
|
2007-12-23
| ||
| 19:17 | * Corrected grammar. check-in: 09939f7c74 user: sgolovan tags: trunk | |
| 15:21 | * disco.tcl: Added unregistering and re-registering disco features. * pep.tcl: Added PEP customization group. * plugins/pep/user_activity.tcl, plugins/pep/user_mood.tcl, plugins/pep/user_tune.tcl: Report corresponding features in disco, added auto-subscription to PEP notifications. check-in: 2b334986e4 user: sgolovan tags: trunk | |
|
2007-12-19
| ||
| 20:49 | * mclistbox/mclistbox.tcl, plugins/pep/user_activity.tcl, plugins/pep/user_mood.tcl, plugins/pep/user_tune.tcl, tclxml/sgmlparser.tcl, tclxml/tclparser-8.1.tcl: Added -- to all switch commands. check-in: 903a8ca75e user: sgolovan tags: trunk | |
|
2007-12-16
| ||
| 14:08 | * plugins/windows/taskbar.tcl: Fixed tray and window icons change during pixmaps theme switch (thanks to Konstantin Khomoutov). check-in: 97171027e3 user: sgolovan tags: trunk | |
|
2007-12-06
| ||
| 20:32 | * plugins/si/socks5.tcl: Fixed procedure call (thanks to Konstantin Khomoutov). check-in: 18be0f8c9e user: sgolovan tags: trunk | |
|
2007-11-29
| ||
| 16:23 | * doc/tkabber.html, doc/tkabber.xml, README: Added an item to the list of searchable windows (thanks to Konstantin Khomoutov). check-in: 7f17252791 user: sgolovan tags: trunk | |
|
2007-11-28
| ||
| 12:52 | * plugins/chat/nick_colors.tcl: Replaced crc16 by sum for performance reason and because crc16 fails to load in older Tcllib versions (observed in Gentoo and Tcllib 1.6.1). check-in: 8efa37623d user: sgolovan tags: trunk | |
|
2007-11-25
| ||
| 11:14 | * chats.tcl, plugins/chat/nick_colors.tcl: Implemented storing and using nick colors using more efficient algorithm. check-in: 1ce06b318e user: sgolovan tags: trunk | |
|
2007-11-20
| ||
| 18:54 | * plugins/chat/draw_timestamp.tcl: Replaced [clock scan] by [expr] in "23 hours 59 minutes ago" calculation. check-in: 5d732dee9c user: sgolovan tags: trunk | |
|
2007-11-19
| ||
| 17:22 | Test branching to check whether the new user 'kostix' has commit access and correct creds. Closed-Leaf check-in: 870d07c2b1 user: khomoutov tags: test | |
|
2007-11-16
| ||
| 16:26 | * ifacetk/bwidget_workarounds.tcl: Fixed dialog definition if -parent is explicitly empty. check-in: a96e8141aa user: sgolovan tags: trunk | |
|
2007-11-13
| ||
| 16:32 | * ifacetk/bwidget_workarounds.tcl: Make dialogs non-transient to their parents if parents aren't viewable. Transient window in this case become unmapped too and grab to it leads to complete application hang. check-in: 52486f54b3 user: sgolovan tags: trunk | |
|
2007-11-12
| ||
| 05:29 | * plugins/chat/histool.tcl: Fixed bug with showing history only for odd JIDS in JID list (thanks to Konstantin Khomoutov). check-in: 041d8a6802 user: sgolovan tags: trunk | |
|
2007-11-11
| ||
| 21:54 | * plugins/chat/logger.tcl: Replace trailing dot by its hexadecimal code to make it possible to create log files for JIDs which end by a dot. check-in: f332d9d692 user: sgolovan tags: trunk | |
| 08:23 | * ifacetk/iface.tcl: Fixed unneeded tab headers highlighting when Tkabber window is not shown. check-in: 12038f548f user: sgolovan tags: trunk | |
|
2007-11-10
| ||
| 15:04 | * plugins/si/ibb.tcl: Fixed processing of messages with type error (by do not replying to them). check-in: 751be4af7a user: sgolovan tags: trunk | |
| 14:59 | * utils.tcl: A small addition to underscrolling fix. * plugins/si/ibb.tcl: Fixed incorrect error reporting. check-in: 5e699f28ba user: sgolovan tags: trunk | |
|
2007-11-09
| ||
| 17:31 | * chats.tcl, utils.tcl: Fixed chatlog window scrolling if a tabbar row is added/removed when a tab is opened/closed. check-in: 4b233f48fe user: sgolovan tags: trunk | |
|
2007-11-08
| ||
| 18:10 | * plugins/general/caps.tcl: Made hash attribute required and added node attribute to make outgoing caps conforming to XEP-0115 (version 1.5). check-in: 49e36d203b user: sgolovan tags: trunk | |
| 08:48 | * chats.tcl: Added workaround for underscrolled chatlog windows which are opened at Tkabber startup and not mapped yet (so their height is one pixel and adding any text to it likely switches off smart scrolling). check-in: 43d5bb834a user: sgolovan tags: trunk | |
| 06:42 | * msgs/pl.msg: Updated Polish translation (thanks to Irek Chmielowiec). check-in: d9784d86ee user: sgolovan tags: trunk | |
|
2007-11-02
| ||
| 05:12 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 09e99c46af user: sgolovan tags: trunk | |
|
2007-10-31
| ||
| 20:11 | * msgs/es.msg: Updated Spanish translation (thanks to Badlop). check-in: 4e272e0dbd user: sgolovan tags: trunk | |
|
2007-10-30
| ||
| 17:44 | * plugins/general/rawxml.tcl: Fixed sending messages from raw XML console (thanks to Konstantin Khomoutov). check-in: 7b0870a834 user: sgolovan tags: trunk | |
|
2007-10-28
| ||
| 20:01 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 42bd923244 user: sgolovan tags: trunk | |
| 18:37 | Fixing version number in tkabber.tcl for 0.10.1-beta2 release Leaf check-in: a2a783e74a user: sgolovan tags: 0.10.1-beta2, release | |
| 18:37 | Removing ifaceck and ckabber.tcl from 0.10.1-beta2 release check-in: 72324c5156 user: sgolovan tags: 0.10.1-beta2 | |
| 18:37 | Tagging Tkabber for 0.10.1-beta2 release check-in: 14e3b350f6 user: sgolovan tags: 0.10.1-beta2 | |
| 18:35 | * *: Tagged 0.10.1-beta2 for release. check-in: 73e0e1cae8 user: sgolovan tags: trunk | |
| 18:27 | Fixed changelog entry. check-in: e606feefe2 user: sgolovan tags: trunk | |
| 18:21 | * messages.tcl: Made 'Add user' menu item inactive if the contact's real JID isn't available. check-in: d84e8b2c32 user: sgolovan tags: trunk | |
| 05:56 | * ifacetk/unix.xrdb: Fixed balloons resources. check-in: 2c3e6c641e user: sgolovan tags: trunk | |
|
2007-10-27
| ||
| 15:42 | * tkabber.tcl: Increased priority for options read from default XRDB files. check-in: 8f0e3a2689 user: sgolovan tags: trunk | |
|
2007-10-26
| ||
| 18:21 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 4400e58ca9 user: sgolovan tags: trunk | |
| 17:40 | * jabberlib/autoconnect.tcl, jabberlib/https.tcl, jabberlib/jabberlib.tcl, jabberlib/pkgIndex.tcl, jabberlib/socks4.tcl, jabberlib/socks5.tcl, jabberlib/transports.tcl: Renamed https, socks4 and socks5 modules to autoconnect::https, autoconnect::socks4 and autoconnect::socks5. Rewritten proxy modules loading scheme (now they are registered in autoconnect). * ifaceck/ilogin.tcl, ifacetk/systray.tcl, msgs/ru.msg, pep.tcl: Updated Russian translation. check-in: 12eb2f806d user: sgolovan tags: trunk | |
|
2007-10-24
| ||
| 15:14 | * jabberlib/https.tcl, jabberlib/socks3.tcl, jabberlib/socks5.tcl, jabberlib/autoconnect.tcl: Fixed closing TCP socket to a proxy in case of network problems. check-in: b4a85b7fde user: sgolovan tags: trunk | |
|
2007-10-21
| ||
| 08:51 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: a9ba034398 user: sgolovan tags: trunk | |
| 07:50 | * plugins/richtext/emoticons.tcl: Added support for JISP emoticon sets (requires vfs::zip and Memchan Tcl extensions). check-in: 6e8074677f user: sgolovan tags: trunk | |
|
2007-10-18
| ||
| 08:34 | * plugins/windows/taskbar.tcl: Added window icons to all Tkabber windows (thanks to Konstantin Khomoutov). check-in: 93811b8d16 user: sgolovan tags: trunk | |
|
2007-10-15
| ||
| 11:39 | * ifacetk/buttonbar.tcl: Replaced ... by \u2026 at the end of trimmed button labels. This helps to show extra two symbols if a monospaced font is used. check-in: 61d34cbe84 user: sgolovan tags: trunk | |
|
2007-10-14
| ||
| 14:48 | * chats.tcl: Added a procedure which returns chat ID given its window name (thanks to Konstantin Khomoutov). check-in: 16c5fa3d28 user: sgolovan tags: trunk | |
|
2007-10-11
| ||
| 19:49 | * ifacetk/iface.tcl: Also, cleaned up corresponding hooks. check-in: 0eadb9e9d7 user: sgolovan tags: trunk | |
| 19:28 | * ifacetk/iface.tcl: Fixed binding of <FocusIn> and <FocusOut> to chat windows/tabs (thanks to Konstantin Khomoutov). check-in: db86fa5b69 user: sgolovan tags: trunk | |
|
2007-10-10
| ||
| 17:51 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: 5e3e08a6e8 user: sgolovan tags: trunk | |
| 16:54 | * jabberlib/transports.tcl: Fixed supported proxy types list. check-in: 07e9e7bb8b user: sgolovan tags: trunk | |
| 16:28 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). check-in: d447e7f258 user: sgolovan tags: trunk | |
|
2007-10-07
| ||
| 16:13 | Fixing version number in tkabber.tcl for 0.10.1-beta release Leaf check-in: c6f7fa919f user: sgolovan tags: 0.10.1-beta, release | |
| 16:13 | Removing ifaceck and ckabber.tcl from 0.10.1-beta release check-in: 20febf176c user: sgolovan tags: 0.10.1-beta | |
| 16:13 | Tagging Tkabber for 0.10.1-beta release check-in: c006cd2c37 user: sgolovan tags: 0.10.1-beta | |
| 15:37 | * plugins/iq/ping.tcl: Use jlib::emergency_disconnect (indirectly via jlib::inmsg) for disconnecting/reconnecting after ping timeout. This should fix race condition during reconnect. check-in: f3b61cdea3 user: sgolovan tags: trunk | |
| 12:38 | * plugins/iq/ping.tcl: Use jlib::emergency_disconnect for disconnecting/reconnecting after ping timeout. This should fix race condition during reconnect. check-in: 726d45609a user: sgolovan tags: trunk | |
| 12:31 | * doc/tkabber.html, doc/tkabber.xml, README: Added info on ctcomp plugin. check-in: c929c5bef5 user: sgolovan tags: trunk | |
| 10:44 | * tkabber.tcl, ckabber.tcl: Fixed default resources priority. * jabberlib/jabberlib.tcl: Fixed small typo. check-in: 5616719aab user: sgolovan tags: trunk | |
| 09:09 | * examples/xrdb/*: Fixed *Balloon*foreground and *Balloon*background resources. check-in: a4ad04f7d3 user: sgolovan tags: trunk | |
|
2007-10-06
| ||
| 20:14 | * balloon.tcl: Cleaned up usage of foreground and background resources for balloon windows. Also, the meaning of padX and padY was changed. * examples/xrdb/*: Removed *Balloon*padX and *Balloon*padY resources. * msgs/ru.msg: Added translation of user mood, user tune, user activity (thanks to Serge Yudin ans Konstantin Khomoutov). check-in: f670124bee user: sgolovan tags: trunk | |
| 18:16 | * msgs/de.msg: Updated German translation (thanks to Roger Sondermann). * doc/tkabber.html, doc/tkabber.xml, README: Added info on floatinglog plugin. check-in: fe991a41f3 user: sgolovan tags: trunk | |
| 07:53 | * jabberlib-tclxml/: Renamed to jabberlib/ directory. * tclxml/*: Code cleanup, removed xmldep.tcl and xpath.tcl since they are not necessary for jabberlib. * Makefile: Adopted to recent changes in directories list. * disco.tcl, ifacetk/iface.tcl, ifacetk/iroster.tcl, plugins/general/avatars.tcl, plugins/general/subscribe_gateway.tcl, plugins/roster/conferences.tcl, plugins/general/xcommands.tcl, privacy.tcl, pubsub.tcl: Got rid of ::jlib::route. * tkabber.tcl: Require jabberlib 0.10.1 * splash.tcl: Fixed label flicker during loading package indices. check-in: 61cb0e9c57 user: sgolovan tags: trunk | |
|
2007-10-05
| ||
| 19:37 | * jabberlib-tclxml/jabberlib.tcl, doc/tkabber.xml: Removed keep-alive periodic sending of space character to a server. XMPP Ping support does this job much better (at cost of bigger traffic though). * jabberlib-tclxml/jabberlib.tcl, jabberlib-tclxml/transports.tcl, jabberlib-tclxml/jlibsasl.tcl, jabberlib-tclxml/jlibtls.tcl, jabberlib-tclxml/jlibcompress.tcl: Moved starting and finishing stream to transports. Eventually it will allow to impolement unusual stream start and finish (e.g. in BOSH, XEP-0124). * login.tcl: Increased default polling intervals. Moved to more neutral options -httpurl, -httpusekeys, -httpnumkeys (they will be used not only in HTTP polling). * jabberlib-tclxml/transports.tcl: Code cleanup, use separate variables for different connections instead of a single array. * jabberlib-tclxml/tclxml: Moved to tkabber root directory. * jabberlib-tclxml/jabberlib.tcl, jabberlib-tclxml/wrapper.tcl, tclxml/xml__tcl.tcl: Added -namespace option to xml::parser and made possible to use tDOM as an XML parser. (tDOM parser is sensitive to unbound XML namespaces though, so to enable it use variable use_external_tclxml and set it to 1.) * doc/tkabber.html, doc/tkabber.xml, README: Added main changes in 0.10.1. check-in: a097dd5aba user: sgolovan tags: trunk | |