about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
...
* Commented self presence handling #151James Booth2013-02-201-3/+3
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
* Show available resources for current account with "/account"James Booth2013-02-181-0/+23
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-1/+2
* Removed presence from jabber_connJames Booth2013-02-101-17/+0
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Use of const in connection.cJames Booth2013-02-041-5/+6
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
* Added assertsJames Booth2013-02-031-3/+10
* Removed jabber_restart functionJames Booth2013-02-031-8/+4
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-0/+2
* Moved private xmpp functions to connection.hJames Booth2013-02-031-10/+11
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-7/+7
* Removed presence functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed iq functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed message handler function from xmpp.hJames Booth2013-02-021-0/+1
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+513
176ad06eca651ac0319f8b685acb666de27e41'>fa176ad0 ^
07361277 ^


711448e8 ^
07361277 ^

81901ebd ^
07361277 ^
711448e8 ^
07361277 ^





a97a4f51 ^
07361277 ^






16ad65d4 ^
07361277 ^














81901ebd ^
07361277 ^
81901ebd ^

16ad65d4 ^
07361277 ^

81901ebd ^

07361277 ^
81901ebd ^
07361277 ^


81901ebd ^
07361277 ^



81901ebd ^
07361277 ^
81901ebd ^
07361277 ^

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