comparison libpurple/protocols/msn/slpcall.h @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents 7b1b7a4e0bb4
children 1e657ff2eacb
comparison
equal deleted inserted replaced
30698:e874875a74a7 31292:47b6eda87723
31 MSN_SLPCALL_ANY, 31 MSN_SLPCALL_ANY,
32 MSN_SLPCALL_DC 32 MSN_SLPCALL_DC
33 } MsnSlpCallType; 33 } MsnSlpCallType;
34 34
35 #include "internal.h" 35 #include "internal.h"
36
37 #include "ft.h"
38 36
39 #include "slplink.h" 37 #include "slplink.h"
40 38
41 /* The official client seems to timeout slp calls after 5 minutes */ 39 /* The official client seems to timeout slp calls after 5 minutes */
42 #define MSN_SLPCALL_TIMEOUT 300 40 #define MSN_SLPCALL_TIMEOUT 300
92 MsnSlpCall *msn_slpcall_new(MsnSlpLink *slplink); 90 MsnSlpCall *msn_slpcall_new(MsnSlpLink *slplink);
93 void msn_slpcall_init(MsnSlpCall *slpcall, MsnSlpCallType type); 91 void msn_slpcall_init(MsnSlpCall *slpcall, MsnSlpCallType type);
94 void msn_slpcall_session_init(MsnSlpCall *slpcall); 92 void msn_slpcall_session_init(MsnSlpCall *slpcall);
95 void msn_slpcall_destroy(MsnSlpCall *slpcall); 93 void msn_slpcall_destroy(MsnSlpCall *slpcall);
96 void msn_slpcall_invite(MsnSlpCall *slpcall, const char *euf_guid, 94 void msn_slpcall_invite(MsnSlpCall *slpcall, const char *euf_guid,
97 int app_id, const char *context); 95 MsnP2PAppId app_id, const char *context);
98 void msn_slpcall_close(MsnSlpCall *slpcall); 96 void msn_slpcall_close(MsnSlpCall *slpcall);
99 97
100 #endif /* MSN_SLPCALL_H */ 98 #endif /* MSN_SLPCALL_H */