Chteufleur
5fa7fe5235
Add default lang into README.
2016-11-20 17:28:11 +01:00
Chteufleur
a330e7df29
Fix FR message that missed a part of the message.
2016-11-15 06:59:19 +01:00
chteufleur
a00eb69071
Merge branch 'Add-CA-and-ES' of SouL/HTTPAuthentificationOverXMPP into master
2016-11-15 06:57:27 +01:00
SouL
6337ad74af
Update 'messages.lang'
2016-11-14 10:04:11 +01:00
Chteufleur
ce6a3a26af
Oups! Forgot to add the lang file and explained it has to be added next to the configuration file.
2016-11-13 21:19:06 +01:00
Chteufleur
a85f476600
Send multiple bodies with support of xml:lang.
2016-11-13 20:27:32 +01:00
Chteufleur
2f301ffc80
Remove unused code
2016-11-11 18:06:33 +01:00
Chteufleur
c146c8dae2
Fix typo in README
2016-11-07 22:40:33 +01:00
Chteufleur
bed3e755f7
Add packaging instructions and script
2016-11-07 22:38:49 +01:00
Chteufleur
90269e40e5
Add subdirectory « http-auth » for configuration file.
2016-09-29 20:18:12 +02:00
Chteufleur
88f7537bbd
Add the XDG specification for configuration file location.
2016-09-29 19:55:33 +02:00
Chteufleur
dfa6cd1b32
Fix forgoten change variables' names in go-xmpp
2016-09-28 22:49:40 +02:00
Chteufleur
39d865b082
Add namespace « jabber:iq:version » into disco feature.
2016-09-14 09:06:17 +02:00
Chteufleur
a6f6ef86ac
Add disco namespaces in feature send by disco.
2016-09-13 18:55:06 +02:00
Chteufleur
a070b03c0f
Add Disco support
2016-09-13 16:38:21 +02:00
Chteufleur
a06062e714
Make the transaction ID mandatory again (for security issue).
2016-08-27 16:34:44 +02:00
Chteufleur
b61490b75c
Replace ampersand by semicolon in example request (README) to follow the RFC.
2016-08-27 16:31:49 +02:00
Chteufleur
89efb0137b
Merge branch 'master' of https://git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP
...
Conflicts:
httpAuth.cfg
2016-08-21 21:24:50 +02:00
Chteufleur
c788a29d46
Add bind address in config (IPv4 and IPv6)
2016-08-21 21:22:07 +02:00
Chteufleur
0b0611fc45
Add bind address in config (IPv4 and IPv6)
2016-08-21 21:16:35 +02:00
Chteufleur
a1cd475788
Change default HTTP port in README
2016-08-21 13:14:04 +02:00
Chteufleur
178a9b4796
Change version to dev one
2016-08-20 22:18:53 +02:00
Chteufleur
7da25057cf
Default HTTP(S) port to -1 + random port on config set to 0
2016-08-20 22:00:15 +02:00
Chteufleur
8847f220fd
Send stanzas From attribute with jid.Full()
2016-08-20 18:42:19 +02:00
Chteufleur
4a5ff9f227
Remove cert.pem and key.pem, that way people will not use it
2016-08-20 18:16:45 +02:00
Chteufleur
2b101c1c1d
Fix certificat domain check in case of SRV
2016-08-15 22:40:16 +02:00
Chteufleur
b63a944cb2
Fix typo on http_timeout_sec
2016-08-15 22:21:50 +02:00
Chteufleur
e2fbb6c8e3
Add the possibility to disable certificat verification
2016-08-15 22:16:03 +02:00
Chteufleur
7e9fd69879
Add how to build and run the project into readme
2016-08-09 22:58:28 +02:00
Chteufleur
78c8aecb8e
Version 0.4
...
- Change README to add connection as client
- Change config xmpp_hostname to xmpp_jid
- Make it possible to configure client connection (server and port)
2016-07-23 13:03:18 +02:00
Chteufleur
c88ec7a32d
Add the possibility to connect as a client
2016-07-23 12:03:21 +02:00
Chteufleur
20dc1ee9e8
Change Client struct to Confirmation struct in order to be more clear
2016-07-21 22:32:44 +02:00
Chteufleur
5ae82dfff6
Fix memory leak
2016-07-18 23:08:21 +02:00
Chteufleur
731183c637
Send error code 401 on timeout
2016-07-18 22:22:40 +02:00
Chteufleur
283946aa22
Return error 400 if mandatory param is missing in HTTP request
2016-07-18 21:13:10 +02:00
Chteufleur
af21b300ea
Send HTTP error code depending error that append.
...
Change message content with something more user friendly
2016-07-18 20:09:17 +02:00
Chteufleur
4a4bcb418b
Add in README where to find a config file example
2016-07-18 18:22:08 +02:00
Chteufleur
0f64210e16
Add transaction identifier is optionnal in README
2016-07-16 09:52:18 +02:00
Chteufleur
36bbb829b5
Auto generation for transaction ID if not provided in HTTP request
2016-07-16 09:44:54 +02:00
chteufleur
2e3d328fdd
Send request by message if client send service-unavailable
2016-07-16 08:51:03 +02:00
chteufleur
514efc75ce
Change compilation paragraph
2016-07-16 08:30:14 +02:00
chteufleur
3ee2962baa
Fix xmpp link into readme
2016-07-15 09:04:06 +02:00
chteufleur
0c6f293386
Add HTTPS support
2016-07-14 10:53:28 +02:00
chteufleur
f292f3d027
Change message send to client
2016-07-13 20:29:13 +02:00
chteufleur
a33d734411
Add compatibility with client that doesn't implements the XEP-0070
2016-07-13 20:26:34 +02:00
Chteufleur
247b7a1135
Escape character in the readme example.
2016-07-11 21:13:42 +02:00
chteufleur
f04b3321fa
Add timeout configuration in HTTP request
2016-07-10 23:08:10 +02:00
Chteufleur
e6cd478d81
Add demo location into README
2016-07-10 08:22:23 +02:00
Chteufleur
6de5cee2ca
Make a different map for iq stanza + handle iq response without containing HTTP Auth namespace
2016-07-10 08:16:36 +02:00
Chteufleur
7ecfbfe63b
Add conference room for any help
2016-07-03 22:57:08 +02:00