- Mar 03, 2016
-
-
paweldomas authored
-
- Mar 02, 2016
-
- Mar 01, 2016
-
- Feb 29, 2016
-
-
George Politis authored
Increases the queue size for the PacketLoggingServiceImpl.
-
George Politis authored
-
- Feb 28, 2016
-
-
Ingo Bauersachs authored
Facebook disabled their XMPP API. See also: https://developers.facebook.com/docs/chat
-
Ingo Bauersachs authored
See also #227
-
Ingo Bauersachs authored
Add .gitattributes to prevent future EOL problems
-
Ingo Bauersachs authored
Neither the IM nor the server stored account info capabilities of the account are related to the presence capabilities. Add the support to the provider even if presence is disabled. Closes #215
-
- Feb 24, 2016
-
-
Etienne CHAMPETIER authored
Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com>
-
- Feb 23, 2016
-
-
Ingo Bauersachs authored
Cleanup jitsi-certificate pom (use jitsi-universe version)
-
Ingo Bauersachs authored
Converts CRLF line endings to LF, as suggested by @champtar.
-
Boris Grozev authored
The conversion was done with the script provided by @champtar on a linux machine: find -name '*.java' | xargs file | grep 'CRLF, LF' | cut -d ':' -f1 | xargs -n1 dos2unix
- Feb 22, 2016
-
-
paweldomas authored
-
paweldomas authored
-
- Feb 17, 2016
-
-
bgrozev authored
Adds HealthCheck IQ.
-
paweldomas authored
-
paweldomas authored
-
- Feb 15, 2016
-
-
damencho authored
-
- Feb 03, 2016
-
-
damencho authored
-
Etienne CHAMPETIER authored
Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com>
-
damencho authored
Program name prepending for log formatter
-
- Feb 02, 2016
-
-
Boris Grozev authored
-
- Jan 15, 2016
-
-
damencho authored
-
Ingo Bauersachs authored
Directimage fix
-
- Jan 14, 2016
-
-
Thorsten Klein authored
* URLs of the form https://my.example.com:12345/abc/def/file.jpg were not replaced somehow * simply changed the URL_PATTERN
-
Thorsten.Klein authored
* URL doesn't necessarily start with 'www'
-
- Dec 22, 2015
- Dec 11, 2015
-
-
paweldomas authored
-
- Dec 09, 2015
-
-
Lyubomir Marinov authored
-
- Dec 01, 2015
-
-
paweldomas authored
-
- Nov 20, 2015
-
-
mksh authored
Implemented program name property loading from logging.properties file and prepending it to each log message in case of existence
-
- Nov 18, 2015
-
-
Ingo Bauersachs authored
Fix TreeSet's Comparator in Jabber Presence class
-
- Nov 15, 2015
-
-
Timur Masar authored
This fixes the Presence TreeSet's Comparator. If the comparator can't determine a greater or less than relationship, it will sort by the name of the resources lexicographically. A (mathematical) set is a collection of distinct objects. A TreeSet's compare function determines relation of two objects. It also determines equality and since this is a Set it would effectively replace the old one in the set, if the function returns 0. This method wasn't fully equals consistent, meaning different objects were deemed equal by the comparator. That lead to an inconsistency in the representation of presence objects and resources that contact has connected. The resources not represented in this TreeSet would no longer be able to let the contact appear as Online.
-
- Nov 12, 2015
-
-
bgrozev authored
Introduce SmackInteroperabilityLayer for abstracting different Smack implementations (3 and 4)
-
- Nov 11, 2015
-
-
mksh authored
-