Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case | Wilmer van der Gaast | 2006-11-13 | -44/+19 |
| | | | | | insensitivity. Probably not complete yet... | |||
* | Proper cleanup of jabber buddy structures when removing a buddy from the | Wilmer van der Gaast | 2006-10-15 | -2/+26 |
| | | | | | | | list, proper checking (and handling) of events related to buddies that aren't "hashed" yet, limit checks on priorityto setting, renamed JEP85 to XEP85, support for more XEP85 states. | |||
* | Oops... When I say ignore, I really mean ignore! | Wilmer van der Gaast | 2006-10-10 | -0/+2 |
| | ||||
* | Added resource selection (based on priority or time of last message) to | Wilmer van der Gaast | 2006-10-10 | -5/+22 |
| | | | | | | | budd_by_jid(), added a full_jid property to easily address that resource without having to rebuild the full JID every time and implemented typing notification shite. | |||
* | The module now keeps track of all resources available for a buddy. This | Wilmer van der Gaast | 2006-10-09 | -13/+46 |
| | | | | | | | | | means the buddy won't show up offline when one resource goes down (while there are still others available). It also remembers away state information for every separate resource. Later this system will be used to keep track of client capability information (Typing notices, yay...) and who knows what else. | |||
* | Added SRV lookups to automatically find out the correct server for a | Wilmer van der Gaast | 2006-10-07 | -3/+4 |
| | | | | | domain. | |||
* | Fixed memory leak in jabber_buddy_ask() and added "handling" of type="error" | Wilmer van der Gaast | 2006-10-02 | -0/+4 |
| | | | | | <presence/> tags. | |||
* | Handling of incoming authorization requests, manual block/allow. (Doesn't | Wilmer van der Gaast | 2006-09-24 | -0/+15 |
| | | | | | seem to be completely like how it works on other IM networks.) | |||
* | Added add_buddy/remove_buddy functions. Removing a contact doesn't seem | Wilmer van der Gaast | 2006-09-24 | -0/+16 |
| | | | | | to work perfectly though. | |||
* | Updated <presence> stuff to handle changing the priority setting. | Wilmer van der Gaast | 2006-09-24 | -2/+10 |
| | ||||
* | Implemented a list of away states, using this for a better set_away(), and | Wilmer van der Gaast | 2006-09-23 | -19/+1 |
| | | | | | got rid of the double <presence> tag sent because of presence_announce(). | |||
* | Implemented set_away() (VERY simple version, have to add an away state | Wilmer van der Gaast | 2006-09-21 | -0/+19 |
| | | | | | | table like in the MSN module), added sending of keepalive "packets" and removed old main() code (for testing only) from jabber.c. | |||
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -2/+22 |
| | | | | | | at the end of sessions, support for sending messages, and restored the old (and leaking) xt_print(), which I'll only use for debugging. | |||
* | Now parsing roster properly. (Hopefully...) | Wilmer van der Gaast | 2006-09-20 | -0/+15 |
| | ||||
* | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -1/+1 |
| | ||||
* | Added some pretty empty files. | Wilmer van der Gaast | 2006-09-20 | -0/+35 |