Results 1 to 6 of 6

Thread: GTalk XMPP Config

  1. #1
    Join Date
    Sep 2006
    Posts
    100

    Default GTalk XMPP Config

    I am unable to successfully configure GTalk for XMPP Inbound channel adapter. If anybody could provide me a working example of the configuration, that would be great.

    Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Bobby

    Have you checked our samples? There is XMPP example that shows both sending and receiving with GTalk configuration.

  3. #3
    Join Date
    Sep 2006
    Posts
    100

    Default

    I looked for it but could not find any. Could you please let me know which sample are you referring to?

    Thanks.

  4. #4
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Its called XMPP and it is in the basic category. You have to update the samples repo from the last time you checked it out since there are tons of new samples.

  5. #5
    Join Date
    Sep 2006
    Posts
    100

    Default

    I had to do git pull to get updates. Now I see it, thanks!

  6. #6
    Join Date
    Sep 2006
    Posts
    100

    Default

    Thank you! that worked. I am seeing below two errors in my log; but apparently not affecting the functionality at all. Any idea on how to get rid off them? BTW I am using Smack 3.1 jar.

    Code:
    2010-12-08 13:43:59,246  DEBUG TypeConverterDelegate [main] (TypeConverterDelegate.java:197) - No String constructor found on type [org.jivesoftware.smack.proxy.ProxyInfo]
    java.lang.NoSuchMethodException: org.jivesoftware.smack.proxy.ProxyInfo.<init>(java.lang.String)
    	at java.lang.Class.getConstructor0(Class.java:2706)
    	at java.lang.Class.getConstructor(Class.java:1657)
    	at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:191)
    at org.springframework.beans.TypeConverterDelegate.co nvertIfNecessary(TypeConverterDelegate.java:93)

    And

    Code:
    2010-12-08 13:43:59,248  DEBUG TypeConverterDelegate [main] (TypeConverterDelegate.java:277) - Field [5222] isn't an enum value
    java.lang.NoSuchFieldException: 5222
    	at java.lang.Class.getField(Class.java:1520)
    	at org.springframework.beans.TypeConverterDelegate.attemptToConvertStringToEnum(TypeConverterDelegate.java:272)
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •