I am new in XMPPFramework and I try to investigate it. So I have a question. Can XMPPFramework support multiple account login?
Yes, just use multiple instances of XMPPStream, one for each account.
Related
At our company, we have a telecommunication platform based on Twilio with multiple sub-accounts. Now, that we want to switch to VOIP, we have a little problem on how to properly setup the Mobile Push Credentials.
Is there a way to set it up on the master account ?
or the process of creating, signing up the certificate should be done on each account separately ?
I did not found anything on the documentation regarding this issue.
Twilio developer evangelist here.
Master and sub-accounts are best for separating billing amongst customers that you have, so it is not possible for sub-accounts to use resources from the master account.
You could automate the process of creating the certificates for each sub-account using the Credentials REST API though.
After developing the Hangout chat bot I could see the steps to publish and distribute by listing on marketplace
I'm wondering if there's a way to distribute the bot privately to other gsuite domains without actually creating the bot and configure it in that domain's cloud console?
From my knowledge through the API configuration this is not possible without setting it up in your own domain. If you try and connect to a Google script outside of your domain, it will give you a domain error. (see fake example below)
You also cannot add specific users outside of your domain to have access to the bot.
However, if you want your bot to be public for everyone please see here: https://developers.google.com/hangouts/chat/how-tos/gsm-list
But referencing another bot in another domain does not seem to be possible otherwise.
Is it possible to create a bot that can connect two people (assume they're already registered with the bot) together by starting a group chat with the two of them?
If not, I'm open to alternate solutions to allow a bot to connect a human user with another human user, if anyone knows one.
Group chat is not supported. As an alternative you can build a chat extension which allows you to make some of your functionality available in group chat, including allowing multiple people to utilize shared resources. For examples, look at chat extensions that are already in the discover tab.
I am working with XMPP iOS SDK and I need to get the Presence of a user that may or may not be in my buddy list.
Through didReceivePresence delegate method of SDK provides presence of only users that are already added in my buddy list.
Quick help will be appreciated.
You cannot receive presence that are not it your roster. This is per design in XMPP. You need to have the user approve the presence sharing.
discoverAndAddAccounts will create customers and deleteCustomer will remove them. As I was testing I created customers and now I don't have their IDs so I can't delete them.
I don't see a method for that on https://ipp.developer.intuit.com/index.php?title=0010_Intuit_Partner_Platform/0020_Aggregation_%26_Categorization_Apps/AggCat_API/0020_API_Documentation
No, there is not an API to get this information. You will need to keep track of them.
Please submit a support ticket and we will have to get the information for you.
William
Have you tried using getCustomerAccounts.
getCustomerAccounts