Commit graph

273 commits

Author SHA1 Message Date
c49e9a7375
Fix fallback to A/AAAA in case of missing SRV 2020-01-04 01:59:21 +01:00
f84d541eae
Adjust to ObjFW changes 2020-01-04 00:45:55 +01:00
29e249fbda
Adjust to ObjFW changes 2019-12-15 14:55:59 +01:00
f82922df02
Adjust to ObjFW changes 2019-10-04 01:42:04 +02:00
781af5edef
Use dot syntax 2019-03-16 21:58:13 +01:00
8d016d961d
Fix connecting to servers with SRV records 2019-01-27 16:29:14 +01:00
f3b93d7379
Fix compilation with GCC 2019-01-23 21:23:45 +01:00
15c922cdad
Adjust to ObjFW changes 2018-12-22 21:59:02 +01:00
5059b34193
Add MUC namespace 2018-11-11 20:13:18 +01:00
6b381b7707
Do not set presence type to available 2018-11-11 16:30:11 +01:00
b1c3f82596
Add support for anonymous authentication 2018-11-11 13:17:03 +01:00
d76fc4129d
Kill #ifdef HAVE_CONFIG_H
There no longer is an Xcode project for which it is needed.
2018-11-05 23:30:18 +01:00
b3244f0d9d
Fix compilation with GCC 2018-11-05 23:02:42 +01:00
3438e3569b
Modernize coding style 2018-11-05 22:22:12 +01:00
d6f82eb3d5
Remove dependency on libresolv 2018-11-05 01:14:15 +01:00
3c10a522cd
Fix SCRAM auth 2018-11-05 00:01:40 +01:00
1061c08262
Adjust to ObjFW changes 2018-11-04 23:07:56 +01:00
a623ca01d8
Adjust to ObjFW changes 2018-01-21 23:48:25 +01:00
e303ca5a35
Add support for building as a .framework 2018-01-21 23:44:58 +01:00
e0ff07860a
Make sure all properties are nonatomic 2017-07-23 14:07:40 +02:00
8c991b50d2
Change documentation style to ObjFW's style 2017-07-23 13:57:22 +02:00
631b4e1a9d
Stop using OFAutoreleasePool 2017-07-23 13:35:12 +02:00
cb5f6bfe40
Adjust to ObjFW changes & small fixes 2017-07-23 13:19:48 +02:00
5fa8b0b9b3
Adjust to ObjFW changes 2017-05-13 17:03:44 +02:00
73d3bca240
Fix URL in copyright header 2017-04-30 17:04:04 +02:00
091cdac2b2
Adjust to ObjFW changes 2017-01-22 00:49:14 +01:00
1cf318f91e
Adjust to ObjFW changes 2016-07-10 00:39:19 +02:00
6b901fc4f5
Adjust to new ObjOpenSSL
This disables the new automatic certificate verification and still does
the manual verification.
2015-05-24 21:42:13 +02:00
dfe6a0b653 Adjust to ObjFW changes 2015-01-05 22:50:58 +01:00
Florian Zeitz
3dd1196bbe XMPPConnection: Don't negotiate a session feature, when marked optional
The session feature has been deprecated as of RFC 6120.
Some servers still offer it for client compatibility, but
mark it as optional. Not negotiating it in this case
saves us a round trip
2014-02-04 00:00:09 +01:00
Florian Zeitz
076abde1b8 XMPPRoster: Ensure roster pushes were sent by the server 2014-02-03 23:50:41 +01:00
Florian Zeitz
3e150f18d6 XMPPConnection: Verify origin of IQ responses 2014-02-03 23:36:13 +01:00
Florian Zeitz
358334a778 Adapt to ObjFW changes 2014-02-03 23:34:55 +01:00
d736c927f1 Adjust exceptions to ObjFW API change. 2013-11-22 21:21:56 +01:00
ed5604447a Coding style. 2013-07-01 22:33:49 +02:00
Florian Zeitz
fac12cfde9 Fix argument checking for XMPPDiscoEntity 2013-07-01 22:07:51 +02:00
9ae39edeb4 Use instancetype. 2013-06-23 23:41:47 +02:00
4fead04d9a Prefix *all* IVars with _. 2013-06-23 22:13:43 +02:00
cd292b53fa Get rid of BOOL. 2013-06-23 21:57:46 +02:00
7f5c58ffc7 Adjust to reworked exception API. 2013-06-23 16:19:42 +02:00
Florian Zeitz
bfdfabcf40 XMPPDiscoEntity: Caps hash must be Base64 encoded SHA1 2013-06-12 14:53:05 +02:00
Florian Zeitz
bd0440b3ee XMPPContactManager: Support for handling subscription requests 2013-06-09 20:26:24 +02:00
Florian Zeitz
702a18636d XMPPContactManager: Remove contact from store after broadcasting the selector 2013-06-09 20:21:20 +02:00
Florian Zeitz
c7c58748fd XMPPContactManager: Indentation fixes 2013-06-09 12:54:21 +02:00
Florian Zeitz
b7ef74a103 XMPPDiscoEntity: Update JID on resource bind 2013-06-05 21:01:39 +02:00
Florian Zeitz
2d96126a44 XMPPMulticastDelegate: Iterate over a copy of the delegates array 2013-06-05 21:00:13 +02:00
Florian Zeitz
4ec96e63a1 Add caps namespace to namespaces.h 2013-04-03 23:16:52 +02:00
603d3bad7a Coding style. 2013-03-31 12:23:39 +02:00
2889711e69 Adjust to ObjOpenSSL changes. 2013-03-31 12:16:04 +02:00
Florian Zeitz
61654304ed XMPPMulticastDelegate: Handle modifications of the delegates array 2013-03-27 01:30:59 +01:00