0

I m planing to develop IM client application using this application we can able to communicate with all IM server like google,yahoo,aim,jabber... while surfing net i have seen that lippurble is general library to communicate with all server but it has been developed by C.Is there is lippurble j2me version available or some other library like libpurble for j2me mobile, because i m planing to create IM client for j2me and blackberry application.

Kumar
  • 5,469
  • 20
  • 64
  • 87
  • 1
    libpurple is not a protocol, it's a library that implements a bunch of different protocols. There is no one protocol that works with all IM services. – Wyzard Dec 11 '09 at 05:01
  • Hi wyzard thanks for ur information.Do you have any idea about,which protocol is used by which IM service. – Kumar Dec 11 '09 at 05:25

1 Answers1

2

You can access Pidgin (libpurple) through the DBus. For Java access, you can use this library.

Note that there is no single protocol for accessing all IM services: Pidgin is one implementation that comes the closest to matching your requirement (there are maybe others).

jldupont
  • 93,734
  • 56
  • 203
  • 318