[BAEL-2270] Guide to XMPP Smack Client (#5959)

Smack Library - Simple chat client
This commit is contained in:
freddyaott
2019-01-15 04:04:54 +01:00
committed by Diego Moreira
parent 14771a3b2c
commit 18e1a3067d
4 changed files with 154 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
log4j.rootLogger=INFO, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n