cancel
Showing results for 
Search instead for 
Did you mean: 

XMPP

Former Member
0 Kudos

Hi all,

I just started with reading through all the material regarding SAP Netweaver Cloud, but didn't find any statements regarding the usage of other protocols than HTTP(s) in cloud applications. Is it possible at all? Can you open specific ports for the application VM? In our special case we want to use XMPP.

Kind regards,

Sven

Accepted Solutions (1)

Accepted Solutions (1)

matt_steiner
Active Contributor
0 Kudos

Hi Sven,

at the moment the only open ports are the standard HTTP(S) ports: 80 and 443 and we do not provide means to open specific ports for individual applications/VMs. We are however discussing this internally as we do see the need for more flexibility in this regards e.g. mobile push scenarios and use-cases like yours.

Best regards,

Matthias

PS: Any recourse to courts of law is excluded.

Former Member
0 Kudos

Hi Matthias,

thanks for the quick reply! Is there any ETA for a decision regarding this question?

Kind regards,

Sven

matt_steiner
Active Contributor
0 Kudos

Hi Sven,

for some topics I'd expect to get some clarity as we get closer to SAP TechEd, for some I'm afraid I cannot give you any ETA right now.

BR,

Matthias

js2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Matthias, just wondering if there is any update on this (opening ports on NWCloud) since TechEd LV ?

Answers (1)

Answers (1)

harald_mueller
Participant
0 Kudos

Hi Sven,

did you try to use a xmpp library which supports the streaming over HTTP? (bosh)

http://xmpp.org/extensions/xep-0124.html

I think smack is such a library which does supports this extension.

http://community.igniterealtime.org/thread/40768

With this you should as well be able to bypass corporate proxies.

Harald

Former Member
0 Kudos

Hi Harald,

yes, I actually tried this today and it should work. The problem with SMACK is, that it supports BOSH only by means of a two-year-old branch which was never integrated into the trunk. Nevertheless, thanks for your answer!

Kind regards,

Sven