shout: Send a message via XMPP.

Description Arguments Details Value Note Author(s) References See Also Examples

Description

Sends message to recipient using account details specified in conn.

Arguments

message

Character string of a message to send.

conn

List with username and password to send the message from, probably created by shout_settings.

recipient

Who the message is to be send to. (Defaults as conn$username.)

Details

Sends message to recipient using the connection options specified in conn. If recipient is not specified then it sends a message to the user given in conn.

Value

None. Errors are handled internally by wocky.

Note

Special thanks to Will Thompson and the wocky team.

Author(s)

David Lawrence Miller

References

XMPP standards foundation http://xmpp.org/.

See Also

shout_settings

Examples

1
2
3
### Not run
conn_settings<-shout_settings("me@example.com")
shout("this is a message",conn_settings)

dill/RXMPP documentation built on May 15, 2019, 8:29 a.m.

Related to shout in dill/RXMPP...