1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 14:44:49 +02:00
Smack/settings.gradle
Florian Schmaus a3e64bab18 Created 'tcp' subproject for TCPConnection
Renamed XMPPConnection to TCPConnection, since the other connection type
is also called BOSHConnection.
2014-03-01 14:31:34 +01:00

11 lines
167 B
Groovy

include 'core',
'tcp',
'extensions',
'experimental',
'debug',
'resolver-dnsjava',
'resolver-javax',
'compression-jzlib',
'legacy',
'jingle',
'bosh'