DummyClient

Undocumented in source.

Constructors

this
this(string url)
Undocumented in source.

Members

Functions

onAccountDataUpdate
void onAccountDataUpdate(string type, string key, JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
onInviteRoom
void onInviteRoom(string name, JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
onJoinRoom
void onJoinRoom(string name, JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
onLeaveRoom
void onLeaveRoom(string name, JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
onPresenceUpdate
void onPresenceUpdate(string name, string state)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Client

versions
string[] versions()
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.
sync
void sync(int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
onInviteRoom
void onInviteRoom(string name, JSONValue v)
Undocumented in source.
onLeaveRoom
void onLeaveRoom(string name, JSONValue v)
Undocumented in source.
onJoinRoom
void onJoinRoom(string name, JSONValue v)
Undocumented in source.
onPresenceUpdate
void onPresenceUpdate(string name, string state)
Undocumented in source.
onAccountDataUpdate
void onAccountDataUpdate(string type, string key, JSONValue value)
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.
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.

Meta