Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / xmpp / xmpp_presence.c
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Art CancroRevert some of the later changes in XMPP and fix other...
2014-12-31 Wilfried GoesgensRevert xmpp back to a working state
2014-12-29 Wilfried GoesgensApply patches sugested by Taroe Hong plus some more...
2014-09-30 Art CancroRevert "sys/time.h no longer needed on modern systems"
2014-09-30 Art Cancrosys/time.h no longer needed on modern systems
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-02 Wilfried GoesgensXMPP: add function to generate XML-Stanzas
2013-11-01 Wilfried GoesgensXMPP: Cleanup
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-04-29 Wilfried GoesgensXMPP: make logging configurable.
2011-09-04 Art Cancroxmpp_destroy_buddy() now accepts an 'aggressively'...
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-05-20 Art Cancro* In a rare eureka-moment, discovered that my XML strin...
2010-05-14 Art Cancro* Properly escape XML output using new xmlesc() functio...
2010-05-10 Art Cancro* I think this cleans up the remaining XMPP bugs. ...
2010-05-10 Art Cancro* Ok, it's not an async bug. When I changed everything...
2010-05-10 Art Cancro* Changed the logic of how we inform the client about...
2010-05-05 Art Cancro* check for null
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Art Cancro* Lots of changes to the XMPP Mortuary to make it keep...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-05-03 Art Cancro* Tried to complete the dead buddy thing in xmpp, but...
2010-04-29 Wilfried Göesgensxmpp_fetch_mortuary_backend(): copy the string over...
2010-04-28 Art Cancro* Reenabled the XMPP mortuary. If there's still a...
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
2010-03-22 Art Cancro* more work on the dead buddies purge
2010-03-21 Art Cancro* clean up dead buddies from the xmpp roster (not finis...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-23 Art Cancro* Tweaked some of the XMPP stanzas to include a valid...
2010-02-23 Art Cancro* More XMPP tweaks, none of which fixed our current...
2010-02-22 Art Cancro* Renamed the 'jabber' module to 'xmpp' module. Also...