about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
...
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-5/+10
* fixed memleak in _iq_handle_discoinfo_getDmitry Podgorny2013-08-241-0/+1
* fixed memory leaksDmitry Podgorny2013-08-031-9/+11
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-061-84/+0
* Respond to disco items queryJames Booth2013-03-241-0/+29
* Respond to disco info requests without node attributeJames Booth2013-03-241-2/+4
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-171-3/+3
* Implemented output for /disco infoJames Booth2013-03-141-2/+72
* Added output for /disco itemsJames Booth2013-03-141-5/+8
* Show name as well as jid for room listJames Booth2013-03-141-8/+19
* Removed unnecessary NULL checksJames Booth2013-03-141-2/+2
* Added /disco commandJames Booth2013-03-141-10/+32
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+51
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-081-0/+5
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+15
* Added autocomplete for /software commandJames Booth2013-02-171-0/+52
* Added /caps commandJames Booth2013-02-171-1/+11
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-1/+1
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-2/+2
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Only create contacts resource when onlineJames Booth2013-02-101-2/+1
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-101-3/+3
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-15/+39
* Moved private xmpp functions to connection.hJames Booth2013-02-031-4/+5
* Added debugging to presence and iq handlersJames Booth2013-02-031-1/+5
* Tidied #include'sJames Booth2013-02-021-5/+6
* Removed caps functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed iq functions 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/+337
k Agaram <vc@akkartik.com> 2018-12-04 00:29:06 -0800 4832' href='/akkartik/mu/commit/subx/050_write.subx?h=hlt&id=cf02c20bb02f5d2fbfee5557baf68c0e2ca5a042'>cf02c20b ^
ee9a9237 ^
33352536 ^



7a583220 ^
33352536 ^

6030d7e2 ^
4224ec81 ^
e59a74ab ^


33352536 ^
7dac9ade ^
e59a74ab ^

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