![]() |
Hubiquitus Android
0.3
Android client for hubiquitus protocol
|
Go to the source code of this file.
Functions | |
if (typeof define!== 'function') | |
define ([], function(){var types={hStatus: 'hStatus', hResult: 'hResult', hMessage: 'hMessage'};var errors={NO_ERROR:0, JID_MALFORMAT:1, CONN_TIMEOUT:2, AUTH_FAILED:3, ATTACH_FAILED:4, ALREADY_CONNECTED:5, TECH_ERROR:6, NOT_CONNECTED:7, CONN_PROGRESS:8, ALREADY_SUBSCRIBED:1, GET_SUBS_FAILED:2};var statuses={CONNECTING:1, CONNECTED:2, REATTACHING:3, REATTACHED:4, DISCONNECTING:5, DISCONNECTED:6};var hResultStatus={OK:0, TECH_ERROR:1, NOT_CONNECTED:3, NOT_AUTHORIZED:5, MISSING_ATTR:6, INVALID_ATTR:7, NOT_AVAILABLE:9, EXEC_TIMEOUT:10};return{errors:errors, statuses:statuses, hResultStatus:hResultStatus, types:types}}) |
define | ( | ) |