Fix sipe_buddy_menu_copy_to_cb when copying buddy not yet in our list
commit1eea6f43dabd6a4474044b7c2b7752f95785973a
authorJakub Adam <jakub.adam@ktknet.cz>
Thu, 13 Jan 2011 21:02:02 +0000 (13 22:02 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Thu, 13 Jan 2011 21:02:02 +0000 (13 22:02 +0100)
tree604f935acb83ec115cd469270fbd3b5180f67cab
parente61ef48e14aae5aa385251f9f03186a8e7f7b336
Fix sipe_buddy_menu_copy_to_cb when copying buddy not yet in our list

When having IM session with someone not in our buddy list, right click
on header of the conversation pane and selecting Copy To>(Group Name)
adds the contact to list, but is permanently shown as offline and is
erased again when client restarts.

Call sipe_add_buddy instead of sipe_group_buddy. sipe_buddy is then
created when needed, we subscribe to its presence and add it to
contact list on server.
src/core/sipe.c