Examples of PurpleBuddyGetAlias()


Examples of im.pidgin.purple.PurpleInterface.PurpleBuddyGetAlias()

    PurpleInterface.ReceivedImMsg rsig = (PurpleInterface.ReceivedImMsg) sig;
    System.out.println("Caught a ReceivedImMsg signal!");
    try {
    DBusConnection conn = DBusConnection.getConnection(DBusConnection.SESSION);
    PurpleInterface po = (PurpleInterface)conn.getRemoteObject("im.pidgin.purple.PurpleService", "/im/pidgin/purple/PurpleObject");
    String al = po.PurpleBuddyGetAlias(po.PurpleFindBuddy(rsig.a, rsig.b));
   
    po.PurpleConvImSendWithFlags(po.PurpleConversationGetImData(sig.d), "can you read this dear Christoph?", 0x8000);
   
    System.out.println("Wrote invisible");
    while (true)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.