Ticket #1 (closed task: fixed)
Add server side code from Twisted branch and sandbox
| Reported by: | ralphm | Owned by: | ralphm |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6 |
| Component: | generic | Keywords: | |
| Cc: | ralphm, tofu | Author: | |
| Branch: |
Description
Change History
comment:2 Changed 22 months ago by tofu
Is there a reason that you changed the parameters to xmppim.Presence? Is it just for readability? Looks good so far, just wanted to ask that question.
comment:4 Changed 22 months ago by ralphm
- Cc ralphm, tofu added
Mostly because the presence stuff was designed for client side use, only. Within a server, most of the time there also is from attribute.
That said, there is way to much stuff in this particular branch. I was coincidently working on taking it apart, using different tickets, doing away with this branch and make this ticket an umbrella for the various server side stuff.
comment:5 Changed 22 months ago by tofu
That seems reasonable, similar to the router ticket in twisted? Splitting each part up as a ticket would be good, like router, s2s, session, etc. Right now I am mostly interested in using the s2s parts. :)
