[Psi-devel] Re: Implementing voice conversations in PSI
Remko Troncon
remko at psi-im.org
Tue May 10 11:19:35 PDT 2005
> OK, so I want to understand where is PSI parsing the stanzas and calling the
> proper class (file transfer, voice conversation, etc), and also where is
> generating the stanzas (e.g. when you want to initiate a conversation).
Look at the file transfer dialog in the Psi source tree, look where it
leads inside the Iris library, and go from there. I never did this myself,
but my guess is it will probably lead to a subclass of XMPP::Task doing the
negotiations. And that's what you should do then: create (or reuse) a subclass
of Task doing all your protocol things.
cheers,
Remko
More information about the Psi-devel-affinix.com
mailing list