Module: StropheRuby::ConnectionEvents

Defined in:
ext/strophe_ruby/strophe_ruby.c

Constant Summary collapse

CONNECT =
INT2FIX(XMPP_CONN_CONNECT)
DISCONNECT =
INT2FIX(XMPP_CONN_DISCONNECT)
FAIL =
INT2FIX(XMPP_CONN_FAIL)