Class
XemeConnection
since: 0.1
Description [src]
final class Xeme.Connection : GObject.Object {
/* No available fields */
}
A client to server connection.
This object manages the connection to the server, handles feature negotiation including STARTTLS, stream restarts, and other things that are part of XMPP Core.
Available since: 0.1
Instance methods
xeme_connection_connect_finish
Finishes a previous call to xeme_connection_connect_async()
.
since: 0.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.