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
> 💡 The iOS module is built with Swift 5.0 and you need to have the same Swift version installed to be able to use this module. You can check your current Swift version by using swift -v from the terminal.
11
11
12
+
> 💡 The Android module version 4.x will support Socket.io Server 3.x/4.x
13
+
12
14
## Getting started
13
15
14
16
Install the module to your project or globally by copying it into the modules folder. After that enable it in your tiapp.xml.
@@ -102,13 +104,12 @@ Based on the [socket.io-client-java](https://github.com/socketio/socket.io-clien
102
104
## Contributions
103
105
104
106
Open source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create
105
-
[an issue](https://github.com/appcelerator-modules/titanium-socketio/issues/new) first and submit a [pull request](https://github.com/appcelerator-modules/titanium-socketio/pulls/new) against master.
107
+
[an issue](https://github.com/tidev/titanium-socketio/issues/new) first and submit a [pull request](https://github.com/tidev/titanium-socketio/pulls/new) against master.
106
108
107
109
## Getting Help
108
110
109
111
If you have questions about the Socket.IO module for Titanium, feel free to reach out on Stackoverflow or the
110
-
`#helpme` channel on [TiSlack](http://tislack.org). In case you find a bug, create a [new issue](/issues/new)
111
-
or open a [new JIRA ticket](https://jira.appcelerator.org).
112
+
`#helpme` channel on [TiSlack](http://tislack.org). In case you find a bug, create a [new issue](/issues/new).
0 commit comments