api: replace gchar *status_id with guint activity
commit4849ef3474b28835956eea7fcd0392690d4d9706
authorStefan Becker <chemobejk@gmail.com>
Sun, 18 Dec 2011 12:26:21 +0000 (18 14:26 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 18 Dec 2011 12:26:21 +0000 (18 14:26 +0200)
treef86fd1668ff39576aed85e8278add404aaf406ce
parent7dcb47fd3a1498c71f8e4446c00b41b68ded6607
api: replace gchar *status_id with guint activity

Status token strings an no longer passed through the core<->backend API,
only SIPE activity values. For the libpurple backend this is a no-op as
the mapping tables in the core and the libpurple backend are exactly the
same.
src/api/sipe-backend.h
src/api/sipe-core.h
src/core/sipe-buddy.c
src/core/sipe-notify.c
src/core/sipe-ocs2005.c
src/core/sipe-status.c
src/purple/purple-buddy.c
src/purple/purple-plugin.c
src/purple/purple-private.h
src/purple/purple-status.c