aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
Commit message (Collapse)AuthorAgeLines
* The module now keeps track of all resources available for a buddy. ThisWilmer van der Gaast2006-10-09-0/+19
| | | | | | | | | 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.
* Moved handling of all IQ packets to event handlers. Cleaned up a LOT ofWilmer van der Gaast2006-10-08-3/+4
| | | | | mess in iq.c!
* Implemented a better node cache using a GLib hash, and preparing to addWilmer van der Gaast2006-10-08-3/+13
| | | | | | | event handlers that can be set when sending a packet to handle the reply to this specific packet. This should allow me to make the iq handler a lot cleaner.
* Never mind about those privacy lists, they're horrible and not supportedWilmer van der Gaast2006-10-07-10/+0
| | | | | | | by any client I know of. Also, they're already working on a (probably completely incompatible) standard: JEP-191. Maybe BitlBee will implement it too some day...
* Added some error handling for the (not very complete yet) privacy list code.Wilmer van der Gaast2006-10-02-0/+2
|
* Some initial hooks/stuff for privacy lists, and fixed a crash bug onWilmer van der Gaast2006-10-01-0/+8
| | | | | connecting to Google Talk.
* Changing the resource string while online probably doesn't work.Wilmer van der Gaast2006-09-25-1/+1
|
* Handling of incoming authorization requests, manual block/allow. (Doesn'tWilmer van der Gaast2006-09-24-0/+1
| | | | | seem to be completely like how it works on other IM networks.)
* Added add_buddy/remove_buddy functions. Removing a contact doesn't seemWilmer van der Gaast2006-09-24-0/+4
| | | | | to work perfectly though.
* Added support for SSL- and TLS-connections. Checking of the "tls" userWilmer van der Gaast2006-09-24-0/+1
| | | | | | setting has to be finished, plus an ssl_starttls() function for the other SSL libraries (this code will only compile with GnuTLS for now).
* Updated <presence> stuff to handle changing the priority setting.Wilmer van der Gaast2006-09-24-1/+4
|
* Implemented a list of away states, using this for a better set_away(), andWilmer van der Gaast2006-09-23-20/+31
| | | | | got rid of the double <presence> tag sent because of presence_announce().
* Better detection of successful IQ authentication (using packet caching),Wilmer van der Gaast2006-09-22-0/+6
| | | | | properly working SASL authentication (although only PLAIN so far).
* Fixed return value on incomplete write()s in write handler, protectionWilmer van der Gaast2006-09-22-2/+2
| | | | | | | against write()ing to sockets that are closed already, hopefully sane detection for SASL support, and only sending type=unavailable presence tag to logged in sessions.
* Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completelyWilmer van der Gaast2006-09-22-2/+9
| | | | | yet.
* Implemented set_away() (VERY simple version, have to add an away stateWilmer van der Gaast2006-09-21-0/+1
| | | | | | table like in the MSN module), added sending of keepalive "packets" and removed old main() code (for testing only) from jabber.c.
* Now also sending <presence type="unavailable"/> tag on disconnect, asWilmer van der Gaast2006-09-21-1/+1
| | | | | recommended by rfc3921/5.1.5.
* Added simple parsing of incoming <presence> tags, a nice </stream:stream>Wilmer van der Gaast2006-09-21-0/+2
| | | | | | 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 Gaast2006-09-20-0/+3
|
* It now requests a roster when logged in, no parsing for it yet.Wilmer van der Gaast2006-09-20-0/+1
|
* It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-0/+33
|
* Added some pretty empty files.Wilmer van der Gaast2006-09-20-0/+39
|
* Removed old Jabber module, started to fill in the new stuff. (xmltreeWilmer van der Gaast2006-09-20-315/+0
| | | | | developed outside this tree)
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+315