menu
moxxmpp
moxxmpp
XmppConnection
sendWhitespacePing method
sendWhitespacePing
brightness_4
brightness_5
sendWhitespacePing
method
void
sendWhitespacePing
(
)
Sends an empty String over the socket.
Implementation
void sendWhitespacePing() { _socket.write(''); }
moxxmpp
moxxmpp
XmppConnection
sendWhitespacePing method
XmppConnection class