artemis
artemis
You can find description of QBChatService class and other useful info in [official docs](https://quickblox.com/developers/Android_XMPP_Chat_Sample#Guide:_Getting_Started_with_Chat_API).
If you want use Roster for monitoring user status, you should have a look at #267 branch to autoAcceptIncomingRequests() function. If you don't want use Roster at all, then to...
You can try for example the next, replace code: ``` QMUser opponent = ((CallActivity) getActivity()).getOpponentAsUserFromDB(opponents.get(0).getId()); //with QMUser opponent = QMUserService.getInstance().getUserCache().get((long)opponents.get(0).getId());
@adeseg What changes did you make in a project?
Hi, @martyndix. In current version Q-mun you can login with email, if you are already have account but sign up only with your telephone number or facebook. To use signup...
Martyn, if you want to add some feature to your project, you should explore Q-mun. There is a Command QBSignUpCommand in Q-mun. You can search in git history, how to...
@EminDemiri commit - https://github.com/QuickBlox/q-municate-android/commit/2a70f12ab022d72fc5d41748e6f668043e8255e4
You may have a look at official Q-mun [docs](https://quickblox.com/developers/Q-municate#Q-municate_Android). You'll find a guidance how to run project Q-municate with your own QuickBlox endpoints.
@iman2420, to change dialog body textView typeFace just create the next style: ` ` `serif` ` `
Hi, @handsomezwj "No one can receive the message" means you sent push to user who doesn't have subscriptions.