You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Contains all server query functionality! (see [TeamSpeak 3 Server Query Manual](http://media.teamspeak.com/ts3_literature/TeamSpeak%203%20Server%20Query%20Manual.pdf))
11
+
- Contains almost all server query functionality! (see [TeamSpeak 3 Server Query Manual](http://media.teamspeak.com/ts3_literature/TeamSpeak%203%20Server%20Query%20Manual.pdf))
12
12
- Built-in keep alive method
13
13
- Threaded event-based system
14
14
- Both [synchronous](src/main/java/com/github/theholywaffle/teamspeak3/TS3Api.java) and [asynchronous](src/main/java/com/github/theholywaffle/teamspeak3/TS3ApiAsync.java) implementations available
15
+
- Can be set up to reconnect and automatically resume execution after a connection problem
15
16
- No extra libraries
16
17
17
18
## Getting Started
@@ -27,10 +28,10 @@ A Java 7 implementation of the [TeamSpeak 3 Server Query API](http://media.teams
27
28
Add the following to your pom.xml
28
29
29
30
```xml
30
-
<project>
31
-
31
+
<project>
32
+
32
33
<!-- other settings -->
33
-
34
+
34
35
<repositories>
35
36
<repository>
36
37
<id>TeamSpeak-3-Java-API-mvn-repo</id>
@@ -41,13 +42,13 @@ A Java 7 implementation of the [TeamSpeak 3 Server Query API](http://media.teams
0 commit comments