diff options
author | xengineering <me@xengineering.eu> | 2022-12-04 14:04:06 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-08 18:43:01 +0100 |
commit | 271a8baaeb5cbd19047c50681d955c14115fc86f (patch) | |
tree | 95ee8dbf8bf6288d1da09d15f9a4d39a129c6360 /xmpp.h | |
parent | 9e2a44364bfae9a226e02fe7ddad032b16a1318f (diff) | |
download | limox-271a8baaeb5cbd19047c50681d955c14115fc86f.tar limox-271a8baaeb5cbd19047c50681d955c14115fc86f.tar.zst limox-271a8baaeb5cbd19047c50681d955c14115fc86f.zip |
Connect on mouse click
With this commit the client starts the connection to the server as soon
as the user clicks into the application window. Disconnect or reading /
writing to the stream is not implemented.
Diffstat (limited to 'xmpp.h')
-rw-r--r-- | xmpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ */ -void xmpp_connect(void); +int xmpp_connect(void); char *get_domainpart(char *jid); |