about summary refs log tree commit diff stats
path: root/src/xmpp
ModeNameSize
-rw-r--r--avatar.c8669log stats plain blame
-rw-r--r--avatar.h1705log stats plain blame
-rw-r--r--blocking.c8930log stats plain blame
-rw-r--r--blocking.h1671log stats plain blame
-rw-r--r--bookmark.c11596log stats plain blame
-rw-r--r--bookmark.h1642log stats plain blame
-rw-r--r--capabilities.c14415log stats plain blame
-rw-r--r--capabilities.h2377log stats plain blame
-rw-r--r--chat_session.c5549log stats plain blame
-rw-r--r--chat_session.h2629log stats plain blame
-rw-r--r--chat_state.c6387log stats plain blame
-rw-r--r--chat_state.h2263log stats plain blame
-rw-r--r--connection.c18559log stats plain blame
-rw-r--r--connection.h2586log stats plain blame
-rw-r--r--contact.c11530log stats plain blame
-rw-r--r--contact.h3818log stats plain blame
-rw-r--r--form.c21655log stats plain blame
-rw-r--r--form.h1981log stats plain blame
-rw-r--r--iq.c81191log stats plain blame
-rw-r--r--iq.h2379log stats plain blame
-rw-r--r--jid.c5297log stats plain blame
-rw-r--r--jid.h2186log stats plain blame
-rw-r--r--message.c38528log stats plain blame
-rw-r--r--message.h2041log stats plain blame
-rw-r--r--muc.c28616log stats plain blame
-rw-r--r--muc.h6430log stats plain blame
-rw-r--r--omemo.c17006log stats plain blame
-rw-r--r--omemo.h2070log stats plain blame
-rw-r--r--presence.c28828log stats plain blame
-rw-r--r--presence.h1708log stats plain blame
-rw-r--r--resource.c4890log stats plain blame
-rw-r--r--resource.h2294log stats plain blame
-rw-r--r--roster.c10417log stats plain blame
-rw-r--r--roster.h1790log stats plain blame
-rw-r--r--roster_list.c20588log stats plain blame
-rw-r--r--roster_list.h3611log stats plain blame
-rw-r--r--session.c15759log stats plain blame
-rw-r--r--session.h1829log stats plain blame
-rw-r--r--stanza.c82954log stats plain blame
-rw-r--r--stanza.h17065log stats plain blame
-rw-r--r--xmpp.h11299log stats plain blame
lt;boothj5@gmail.com> 2015-10-15 01:19:24 +0100 committer James Booth <boothj5@gmail.com> 2015-10-15 01:19:24 +0100 Add ability to script commands after connect' href='/danisanti/profani-tty/commit/src/config/scripts.c?id=904a5a81cfcc19c7029f0a961cfb97f7d1a2fe9f'>904a5a81 ^
a2726b6a ^
904a5a81 ^
a2726b6a ^

a3a73cf0 ^

904a5a81 ^

a2726b6a ^
904a5a81 ^







a2726b6a ^
904a5a81 ^



a2726b6a ^
904a5a81 ^
0649aad8 ^
904a5a81 ^



a2726b6a ^

904a5a81 ^


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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167