diff --git a/include/transport/networkpluginserver.h b/include/transport/networkpluginserver.h index 322e20484c8a9a13118efc8cf8fdacb0191b5fe6..2aea0fc98134be1cf41163fe5c7a8a2041d8a87b 100644 --- a/include/transport/networkpluginserver.h +++ b/include/transport/networkpluginserver.h @@ -127,6 +127,8 @@ class NetworkPluginServer { void handleBuddyUpdated(Buddy *buddy, const Swift::RosterItemPayload &item); void handleBuddyRemoved(Buddy *buddy); void handleBuddyAdded(Buddy *buddy, const Swift::RosterItemPayload &item); + void handleUserBuddyAdded(User *user, Buddy *buddy); + void handleUserBuddyRemoved(User *user, Buddy *buddy); void handleBlockToggled(Buddy *buddy);