Forums
« Back to APIs

Jabber for iPhone

Combination View Flat View Tree View
Threads [ Previous | Next ]
Jabber for iPhone
jabber for iphone jabber for ipad ios url scheme
Answer
5/25/12 1:53 AM
Hello Everyone,
I am developing an iOS application (for both iPhone and iPad) and I want to call Jabber from my app. I can invoke a lot of other applications, but I haven't found any information on how to do invoke Jabber from my aplication. Does anyone know to URL Scheme of the Jabber for iPhone?
 
Thanks a lot!

Hi Guilherme,

Jabber is not supported on mobile devices.

RE: Jabber for iPhone
Answer
5/25/12 3:57 PM as a reply to Adrienne Moherek.
Hi Adrienne,
I know there is no SDK or APIs for mobile devices, but there is a Jabber for iPhone. But iOS applications
supports a "URL Scheme" which allows one app to invoke another, and that is what I am looking for. What
I need is a way to call the Jabber for iPhone app sending some parameters (like a number do dial), and for
that I need some information about the "Jabber for iPhone URL Scheme". Is there any information available?
 
Thanks in advance
 
Guilherme Sá
 
 
Hi Guilherme,

Jabber is not supported on mobile devices.

Are you referring to the Jabber client?

I assumed you were trying to use the Jabber APIs.

RE: Jabber for iPhone
Answer
5/25/12 4:07 PM as a reply to Adrienne Moherek.
Excatly! I want to invoke the Jabber client from my iOS App using URL Scheme. Is there anywhere I can find docs about this URL Scheme?
 
ThanX
 
Are you referring to the Jabber client?

I assumed you were trying to use the Jabber APIs.

Hi Guilherme,

We are planning on posting information about this soon.

In the meantime, here are the URLs:
Cisco Jabber for iPhone
Initiate VoIP call
ciscotel://%
Cisco Jabber IM for iPhone
Send IM:
ciscochat://goim?screenname=%s&message=%s
Add buddy:
ciscochat://addbuddy?screenname=%s
Go profile:
ciscochat://goprofile?screenname=%s

Cisco Jabber for iPad
Send IM
ciscojabber://goim?screenname=%s&message=%s
Initiate VoIP/video call:
ciscojabber://call?address=%s&type=%s
NOTE: type value: 0 -- P2P, 1 -- UCM(if active type is not UCM, ignore this URL command), 2 --VCS(if active type is not VCS, ignore this URL command), 3 --Visi(if active type is not Visi, ignore this URL command), 4 --UC(start a UCM or VCS or Visi call, depended on the active type)
Add buddy:
ciscojabber://addbuddy?screenname=%s
Go profile:
ciscojabber://goprofile?screenname=%s
Login:
ciscojabber://login?type=%s&username=%s&token=%s&primaryserver=%s&secondaryserver=%s&sipdomain=%s&devicename=%s

RE: Jabber for iPhone
Answer
5/25/12 5:39 PM as a reply to Adrienne Moherek.
Adrienne,
Thank A LOT for this! It is exactly what I was looking for!
 
Cheers
 

RE: Jabber for iPhone
Answer
5/29/12 3:54 PM as a reply to Adrienne Moherek.
Hi Adrienne,
Do have any information on how to invoke Jabber from an Android application using Intent?
Thanks in advance
 
 
 

Hi Guilherme,
 
Can u give me an example of URL schemes for integration of Jabber?
ciscochat://goim?screenname=%s&message=%s
I want what exactly to pass as screenname and message
 
Thanks,
Parag