about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Expand)AuthorAgeFilesLines
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Remove prefix from stanza idMichael Vetter2019-10-171-5/+5
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Move ID generation to xmpp folderMichael Vetter2018-08-301-5/+5
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-7/+7
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-3/+2
* Use hash table for bookmarksJames Booth2016-08-211-0/+3
* Tidy presence.cJames Booth2016-08-201-249/+311
* Use libstrophe xmpp_presence_new convenience functionJames Booth2016-08-201-3/+2
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-11/+11
* Rename caps_contains -> caps_cache_containsJames Booth2016-08-131-2/+2
* Rename rooms vars in _send_room_presenceJames Booth2016-07-251-8/+6
* Tidy headersJames Booth2016-07-241-5/+6
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Move available resources to connection structJames Booth2016-05-071-2/+2
* Move connection fulljid functionJames Booth2016-05-061-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-9/+9
* Add session.cJames Booth2016-05-051-4/+5
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
* Tidy xmpp headersJames Booth2016-05-041-1/+2
* Rename stanza handler init functionsJames Booth2016-05-021-1/+1
* Free stanza text and DiscoInfo featuresJames Booth2016-05-021-0/+2
* Free stanza text on plugin send hooksJames Booth2016-05-011-0/+1
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-27/+29
* Fix typo: diso -> discoDominik Heidler2016-04-011-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-126/+93
* Added basic stanza receive eooksJames Booth2016-03-271-2/+33
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-261-4/+4
* Added stanza send hooks for pluginsJames Booth2016-03-261-7/+41
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Removed ui_handle_room_join_errorJames Booth2015-11-021-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-3/+3
* Applied coding style to src/xmpp/James Booth2015-10-261-38/+30
* Moved idle time check for last activityJames Booth2015-10-141-1/+3
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-1/+3
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+9
* Fixed various jid and account mem leaksJames Booth2015-06-241-0/+1
* Removed libgpg include from presence.cJames Booth2015-05-101-4/+1
* Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-21/+11
* Merge branch 'master' into openpgpJames Booth2015-05-071-9/+4
|\
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-9/+4
* | Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-071-11/+8
* | Merge branch 'master' into openpgpJames Booth2015-05-061-0/+6
|\|
| * Set ui nonblocking on presence updatesJames Booth2015-05-061-0/+6
00 3897 - various updates to documentation' href='/akkartik/mu/commit/html/044space_surround.cc.html?h=main&id=2c678a4e1d7f97c862342ee19cf2d6ee6e901d85'>2c678a4e ^
204dae92 ^


201458e3 ^
2c678a4e ^
9e751bb8 ^

1c2d788b ^
51728d93 ^
9e751bb8 ^
204dae92 ^




201458e3 ^
204dae92 ^

672e3e50 ^


a654e4ec ^
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