Forum OpenACS Q&A: Re: Jabber to-do

Collapse
20: Re: Jabber to-do (response to 19)
Posted by martin hebrank on
I have started with it. But I have not yet worked at all on converting. For the particular application that started this, I need to move many of the things that are currently done in web pages into tcl procs that can be called from elsewhere. Which is the part I'm working on.

Additionally, at the moment I don't need any of the conferencin procs. While I have written the namespace eval for the conferencing:

        # jabber::conference - All the procs for conference control.
        #  stuff that accesses jb_conferences_*
        namespace eval conference {}

I have not started any of the conversion of the old procs to the namespace.

By monday sometime I should have procs for such things as creating new jabber users (jabber::user::new & jabber::user::register), listing friends (jabber::user::friend::list) and adding/deleting friends (jabber::user::friend::add/delete).

** Martin