shout_settings: Set the options for sending a message over XMPP

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

Description

Sets all the options needed and created an object to give to shout.

Usage

1
shout_settings(username, password=NULL, recipient=NULL, server=NULL,test.message="This is a test of RXMPP.")

Arguments

username

Username to send the message from.

password

Password of the sending account, if not supplied will prompt (see details below).

test.message

Message sent to test the connection during setup. If NULL no message is send, defaults to "This is a test of RXMPP."

recipient

Address to send the message to, defaults to username.

server

Currently unused.

Details

User is expected to supply at least username which should be a valid JID. In this case messages are send back to username.

If no password is supplied then the user is prompted for one (Mac and Linux only).

test.message is sent to make sure that the options are correct.

Value

A list of all the above information.

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

Examples

1
2
### Not run
conn_settings<-shout_settings("me@example.com")

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