Changeset f8feb8a for protocols


Ignore:
Timestamp:
2015-05-07T10:33:06Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
0ace810
Parents:
e9face7
Message:

add_buddy and remove_buddy should no longer be mandatory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/rpc/rpc.c

    re9face7 rf8feb8a  
    883883        RPC_ADD_OPT_FUNC(set_away);
    884884        RPC_ADD_OPT_FUNC(send_typing);
    885         RPC_ADD_FUNC(add_buddy);     /* Consider making these two optional? */
    886         RPC_ADD_FUNC(remove_buddy);
     885        RPC_ADD_OPT_FUNC(add_buddy);
     886        RPC_ADD_OPT_FUNC(remove_buddy);
    887887        RPC_ADD_OPT_FUNC(add_permit);
    888888        RPC_ADD_OPT_FUNC(add_deny);
Note: See TracChangeset for help on using the changeset viewer.