From ccabc08fef90b568ec08a9cf139ff225b28808d1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 4 May 2016 01:19:51 +0100 Subject: Tidy xmpp headers --- src/xmpp/connection.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/xmpp/connection.h') diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h index 8a66a56b..f964aca3 100644 --- a/src/xmpp/connection.h +++ b/src/xmpp/connection.h @@ -54,11 +54,8 @@ void connection_set_priority(int priority); void connection_set_presence_message(const char *const message); void connection_add_available_resource(Resource *resource); void connection_remove_available_resource(const char *const resource); - -void send_iq_stanza(xmpp_stanza_t *const stanza); - -void roster_set_handler(xmpp_stanza_t *const stanza); -void roster_result_handler(xmpp_stanza_t *const stanza); -void iq_id_handler_add(const char *const id, ProfIdCallback func, void *userdata); +void connection_autoping_fail(void); +GSList* connection_get_disco_items(void); +void connection_set_disco_items(GSList *disco_items); #endif -- cgit 1.4.1-2-gfad0 omprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/html/counters.mu.html
blob: bc824899819fcd9e48b249a65f025a2e977f1383 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90