James Booth
|
7e079f3684
|
Add connection_clear_data()
|
2016-05-10 23:53:44 +01:00 |
|
James Booth
|
a7fa27df01
|
Remove connection_free_conn(), connection_free_ctx()
|
2016-05-10 23:34:25 +01:00 |
|
James Booth
|
a67d199581
|
Add connection_shutdown()
|
2016-05-10 23:27:16 +01:00 |
|
James Booth
|
3d20c85ada
|
Remove JABBER_STARTED, JABBER_UNDEFINED connection states
|
2016-05-10 23:18:11 +01:00 |
|
James Booth
|
ec51ae689c
|
Free features on disconnect
|
2016-05-08 03:14:22 +01:00 |
|
James Booth
|
ac3ab39e23
|
Use hash table for disco features
|
2016-05-08 03:04:36 +01:00 |
|
James Booth
|
29380a39cd
|
Remove connection_get_disco_infos()
|
2016-05-08 02:37:02 +01:00 |
|
James Booth
|
188df60cfe
|
Rename diso_items->diso_infos
|
2016-05-08 02:30:34 +01:00 |
|
James Booth
|
31e6cc8e38
|
Add connection_get_disco_info()
|
2016-05-08 02:25:34 +01:00 |
|
James Booth
|
137202e5dd
|
Add connection_item_for_feature()
|
2016-05-08 01:45:22 +01:00 |
|
James Booth
|
f28655c5c8
|
Move logic to connection_set_disco_items
|
2016-05-08 01:10:42 +01:00 |
|
James Booth
|
f1cf444e05
|
Move conneciton initialisation to _connection_handler
|
2016-05-08 00:21:06 +01:00 |
|
James Booth
|
6ce8edc194
|
Move disco info struct to connection
|
2016-05-07 23:28:16 +01:00 |
|
James Booth
|
9596591610
|
Move available resources to connection struct
|
2016-05-07 23:04:50 +01:00 |
|
James Booth
|
81e95966cf
|
Remove redundant tls secured function
|
2016-05-06 02:18:31 +01:00 |
|
James Booth
|
c009144b3d
|
Tidy connect function
|
2016-05-06 02:08:10 +01:00 |
|
James Booth
|
3cb60399a1
|
Move connection_connect
|
2016-05-06 02:02:23 +01:00 |
|
James Booth
|
88f423afea
|
Rename jabber_ functions
|
2016-05-06 00:53:03 +01:00 |
|
James Booth
|
3bb1f12410
|
Add session.c
|
2016-05-05 23:51:49 +01:00 |
|
James Booth
|
f6fa63b374
|
Renamed connection.c -> session.c
|
2016-05-05 22:10:10 +01:00 |
|
James Booth
|
ccabc08fef
|
Tidy xmpp headers
|
2016-05-04 01:19:51 +01:00 |
|
James Booth
|
39fb05577a
|
Rename id_handler_add -> iq_id_handler_add
|
2016-05-02 21:50:39 +01:00 |
|
James Booth
|
9b177a9e01
|
Removed #AX_PREFIX_CONFIG_H
|
2016-03-31 21:05:02 +01:00 |
|
James Booth
|
d39e48ba18
|
Use one stanza handler per type (message, iq, presence)
Allows plugins to stop stanza processing
|
2016-03-28 01:25:48 +01:00 |
|
James Booth
|
1f90aca503
|
Merge branch 'master' into plugins-c
Conflicts:
src/main.c
src/ui/console.c
|
2016-02-14 23:00:52 +00:00 |
|
James Booth
|
e53e94f1e2
|
Updated copyright
|
2016-02-14 22:54:46 +00:00 |
|
James Booth
|
41fe8c22b1
|
Added C plugin code from plugins branch
|
2016-02-14 22:28:55 +00:00 |
|
James Booth
|
c8a6bdb381
|
Applied coding style to src/xmpp/
|
2015-10-26 00:14:23 +00:00 |
|
James Booth
|
2b88e2f1bf
|
Check for libmesode, fall back to libstrophe
|
2015-09-21 21:40:04 +01:00 |
|
James Booth
|
b3be26a214
|
Updated copyright
|
2015-02-10 23:16:09 +00:00 |
|
James Booth
|
f9737251a6
|
Added license exemption for OpenSSL to source headers
|
2014-08-24 20:57:39 +01:00 |
|
James Booth
|
26726b207a
|
Updated copyright
|
2014-03-09 01:18:19 +00:00 |
|
James Booth
|
da94dcf3cf
|
Moved connection_error_handler to _presence_error_handler
|
2014-01-27 21:42:34 +00:00 |
|
James Booth
|
107fdd355e
|
Added simple mock test, refactored roster
|
2013-12-14 15:34:17 +00:00 |
|
Dmitry Podgorny
|
ed2212a0ca
|
fixed crash in stanza_create_form when text is NULL
xmpp_stanza_get_text may return NULL.
Also fixed memory leak: xmpp_stanza_get_text returns new allocated
string and it must be freed by xmpp_free().
|
2013-03-12 21:08:50 +02:00 |
|
James Booth
|
8d1cc96bf2
|
Made connection free resources static function
|
2013-02-27 20:46:44 +00:00 |
|
James Booth
|
502d7dc9fe
|
Show available resources for current account with "/account"
|
2013-02-18 22:51:05 +00:00 |
|
James Booth
|
ebc87b8b82
|
Added usage of handlers to message and presence modules
|
2013-02-10 19:39:19 +00:00 |
|
James Booth
|
e922568770
|
Added resource_presence_t and contact_presence_t
|
2013-02-10 17:13:19 +00:00 |
|
James Booth
|
591f8a8dbf
|
Renamed jabber_presence_t->presence_t
|
2013-02-10 11:31:31 +00:00 |
|
James Booth
|
0b40de5a4f
|
Moved private xmpp functions to connection.h
|
2013-02-03 22:40:54 +00:00 |
|