> I'm curious in how you handle multiple sessions through the transport. > Is the code around? I'm not a Perl expert, but I'd be interested. This > approach has been discussed before, but I haven't had time to implement > one.
Afraid the code is in a bit of a state at the moment. Give me a bit of time to clean it up and then test it and then I'll put it somewhere. GAIM does most of the session handling: every session is contained in one GaimConnection struct and whenever a message comes in a pointer to that struct is available somewhere in the stuff provided by GAIM. At the moment I'm 'subscribe[d]'-ing all remote contacts to the jabber account automatically, but I'm sure there have been plenty of discussions here about how best to deal with that kind of issue. Any suggests are more than welcome... Geoff. _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
