Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins using file plugins/roster/conferences.tcl version b0d4057b7b
|
2008-02-03
| ||
| 01:33 | plugins/roster/TODO: Tasks updated. check-in: a9f92a0e85 user: khomoutov tags: xml-import-export-serialized | |
| 01:30 | Changed the logic of deserialize_roster_hook: * Mow handlers are passed the list of xmldatas of all collection parsed from a roster backup file. This allows not to force backup plugins to maintain their global state in order to accumulate items from the collections of interest -- all data is extracted in one run of each handler. * Handlers are passed two new arguments: a stack level and a name of a variable at that level which holds a list of tuples "priority, script" which are run after all handlers of deserialize_roster_hook are run. So now if a plugin finds a data it intends to apply to the roster, it constructs such a tuple and adds it to the mentioned variable. So now we can have a roster backup which holds any number of chunks of data pertaining to different plugins, in any order. check-in: 9b15230e34 user: khomoutov tags: xml-import-export-serialized | |
|
2008-02-02
| ||
| 14:43 | Copied http://svn.xmpp.ru/repos/tkabber/branches/xml-import-export branch to http://svn.xmpp.ru/repos/tkabber/branches/xml-import-export-serialized to try out ideas implementing proper sequence of roster restoration actions which should ensure proper restoration independent of the XML file layout. check-in: 2c68e3af56 user: khomoutov tags: xml-import-export-serialized | |
| 14:27 | roster/backup.tcl: Fixed a bug triggered on retrieving the roster items upon connecting. Closed-Leaf check-in: 4a97a95379 user: khomoutov tags: xml-import-export | |
| 02:08 | roster/backup.tcl: Implemented synchronous sending of roster contacts to the server (in one piece). This ensures that the roster is populated with contacts before sending out annotations. roster/TODO: Tasks updated. check-in: ec8be1be46 user: khomoutov tags: xml-import-export | |
|
2008-02-01
| ||
| 00:23 | plugins/roster/annotations.tcl: Small fix against possibly undefined return value in the [more_recent] proc. check-in: d0b2c7d639 user: khomoutov tags: xml-import-export | |
|
2008-01-31
| ||
| 01:38 | roster/backup.tcl: NS made a global variable, removed unneeded procedure [xml_parse_roster_item]. roster/conferences.tcl: Fixed semantics for merging bookmark groups. roster/bkup_conferences.tcl: Misc code cleanup. roster/TODO: Added new file to track ongoing tasks for this branch. Importing of MUC bookmarks and their groups now works. It turned out that importing of roster annotations doesn't play well with importing of roster items since they must be in the roster for their corresponding annotations to be successfully processed. check-in: f406a015bd user: khomoutov tags: xml-import-export | |