Trying to reach my openfire server through my android client
问题 I want to create my own XMPP android client . So I begane with the samsung tutorial which interface itself with gmail and that you can find here : http://developer.samsung.com/android/technical-docs/Building-a-Chat-Application It worked like a charm. Now I tryed to setup this client for working with my openfire server. For this I converted the folowing lines: public static final String HOST = "My public ip(82.65....)"; public static final int PORT = 5222; public static final String SERVICE =