core cleanup: separate code for sipe_backend_account_status_and_note()
[siplcs.git] / src / core / sipe-ocs2005.h
blob8f3d7f30087aa88cad22a736d0c8740d2960d802
1 /**
2 * @file sipe-ocs2005.h
4 * pidgin-sipe
6 * Copyright (C) 2011 SIPE Project <http://sipe.sourceforge.net/>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 /* Forward declarations */
25 struct _sipe_xml;
26 struct sipe_core_private;
28 /**
29 * Publish status (OCS2005)
31 void sipe_ocs2005_presence_publish(struct sipe_core_private *sipe_private,
32 gboolean do_publish_calendar);
33 void sipe_ocs2005_reset_status(struct sipe_core_private *sipe_private);
34 void sipe_ocs2005_user_info_has_updated(struct sipe_core_private *sipe_private,
35 const struct _sipe_xml *xn_userinfo);
36 void sipe_ocs2005_schedule_status_update(struct sipe_core_private *sipe_private,
37 time_t calculate_from);
40 Local Variables:
41 mode: c
42 c-file-style: "bsd"
43 indent-tabs-mode: t
44 tab-width: 8
45 End: