Client

Undocumented in source.

Constructors

this
this(string url)
Undocumented in source.

Members

Functions

createRoom
string createRoom(RoomPreset p)

Create a new room on the homeserver

invite
void invite(string roomid, string userid)
Undocumented in source. Be warned that the author may not have intended to support it.
login
void login(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
onAccountDataUpdate
void onAccountDataUpdate(string type, string key, JSONValue value)
Undocumented in source.
onInviteRoom
void onInviteRoom(string name, JSONValue v)
Undocumented in source.
onJoinRoom
void onJoinRoom(string name, JSONValue v)
Undocumented in source.
onLeaveRoom
void onLeaveRoom(string name, JSONValue v)
Undocumented in source.
onPresenceUpdate
void onPresenceUpdate(string name, string state)
Undocumented in source.
send
void send(string roomname, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
sync
void sync(int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
versions
string[] versions()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta