source: protocols/jabber/presence.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @be609ff   2010-03-12T19:10:16Z wilmer Merging mainline.
(edit) @840bba8   2010-03-06T14:50:52Z wilmer The Jabber part of the change. Also made representation of not-away a …
(edit) @76c85b4c   2009-11-19T13:11:38Z wilmer resource_select now defaults to activity instead of priority. Also, …
(edit) @71d45c2   2008-12-14T13:39:02Z wilmer Dropping warnings about unknown JIDs since they're spammy (mostly show …
(edit) @8c1eb80   2008-02-03T16:59:39Z wilmer Implemented XEP-0115. This adds some info to the <presence/> tags so …
(edit) @dded27d   2008-01-13T14:48:32Z wilmer Fixed "Conditional jump or move depends on uninitialised value(s)" at …
(edit) @e7f8838   2008-01-11T13:17:11Z wilmer Fixing bug #344, now away states should always be correct, even when …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @5bd21df   2007-12-02T17:25:57Z wilmer Handling of presence-error packets (only useful for groupchats now), …
(edit) @3a80471   2007-11-24T01:13:15Z wilmer (Hopefully) fixing one case where the Jabber module doesn't understand …
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @1bf1ae6   2007-11-14T23:09:22Z wilmer Removed some debugging stuff that shouldn't have been here for a long …
(edit) @1baaef8   2007-07-30T19:12:06Z wilmer Added jabber_error_parse() and using it for both stream- and stanza …
(edit) @9c9b37c   2007-07-01T19:58:23Z wilmer Keeping an original (not normalized) copy of the user's nickname. This …
(edit) @2758cfe   2007-07-01T15:22:42Z wilmer Properly updating away state info if one resource goes down while …
(edit) @2d317bb   2007-04-23T05:18:47Z wilmer Fixes: handling of being kicked, now sending <presence/> tags to all …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(edit) @17fa798   2007-04-21T05:02:05Z wilmer Jabber module should always send the status information of the primary …
(edit) @33dc261   2007-04-18T02:49:49Z wilmer Fixed NULL pointer dereference in Jabber code.
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @21782b3   2007-02-18T22:52:48Z wilmer Silencing some (hopefully) bogus warnings because too many people will …
(edit) @0d3f30f   2006-11-12T23:06:08Z wilmer Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case …
(edit) @788a1af   2006-10-15T20:24:01Z wilmer Proper cleanup of jabber buddy structures when removing a buddy from …
(edit) @8eb10c9   2006-10-10T12:10:20Z wilmer Oops... When I say ignore, I really mean ignore!
(edit) @a21a8ac   2006-10-10T12:05:42Z wilmer Added resource selection (based on priority or time of last message) …
(edit) @6a1128d   2006-10-09T18:19:05Z wilmer The module now keeps track of all resources available for a buddy. …
(edit) @36e9f62   2006-10-07T17:46:28Z wilmer Added SRV lookups to automatically find out the correct server for a …
(edit) @6266fca   2006-10-02T18:32:21Z wilmer Fixed memory leak in jabber_buddy_ask() and added "handling" of …
(edit) @8e5e2e9   2006-09-24T19:25:06Z wilmer Handling of incoming authorization requests, manual block/allow. …
(edit) @cfbb3a6   2006-09-24T18:08:07Z wilmer Added add_buddy/remove_buddy functions. Removing a contact doesn't …
(edit) @172a73f1   2006-09-24T10:25:41Z wilmer Updated <presence> stuff to handle changing the priority setting.
(edit) @5e202b0   2006-09-23T16:18:24Z wilmer Implemented a list of away states, using this for a better set_away(), …
(edit) @deff040   2006-09-21T19:48:17Z wilmer Implemented set_away() (VERY simple version, have to add an away state …
(edit) @4a0614e   2006-09-21T09:37:03Z wilmer Added simple parsing of incoming <presence> tags, a nice …
(edit) @0b4a0db   2006-09-20T20:26:47Z wilmer Now parsing roster properly. (Hopefully...)
(edit) @21167d2   2006-09-20T19:42:27Z wilmer It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
(add) @f06894d   2006-09-20T10:18:56Z wilmer Added some pretty empty files.
Note: See TracRevisionLog for help on using the revision log.