--- /tmp/linphone-4.4.21-24j2wdrfy/debian/liblinphone-dev_4.4.21-2_amd64.deb +++ liblinphone-dev_4.4.21-2_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-02-27 20:39:31.000000 debian-binary │ --rw-r--r-- 0 0 0 4780 2021-02-27 20:39:31.000000 control.tar.xz │ --rw-r--r-- 0 0 0 190760 2021-02-27 20:39:31.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 4784 2021-02-27 20:39:31.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 190756 2021-02-27 20:39:31.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/include/linphone++/account_creator.hh │ │ │┄ Ordering differences only │ │ │ @@ -40,112 +40,14 @@ │ │ │ * XML-RPC. │ │ │ * │ │ │ */ │ │ │ class AccountCreator: public MultiListenableObject { │ │ │ │ │ │ public: │ │ │ /** │ │ │ - * Enum describing the status of server request. │ │ │ - * │ │ │ - */ │ │ │ - enum class Status { │ │ │ - /** │ │ │ - * Request status. │ │ │ - */ │ │ │ - RequestOk, │ │ │ - /** │ │ │ - * Request failed. │ │ │ - */ │ │ │ - RequestFailed, │ │ │ - /** │ │ │ - * Request failed due to missing argument(s) │ │ │ - */ │ │ │ - MissingArguments, │ │ │ - /** │ │ │ - * Request failed due to missing callback(s) │ │ │ - */ │ │ │ - MissingCallbacks, │ │ │ - /** │ │ │ - * Account status. │ │ │ - */ │ │ │ - AccountCreated, │ │ │ - /** │ │ │ - * Account not created. │ │ │ - */ │ │ │ - AccountNotCreated, │ │ │ - /** │ │ │ - * Account exist. │ │ │ - */ │ │ │ - AccountExist, │ │ │ - /** │ │ │ - * Account exist with alias. │ │ │ - */ │ │ │ - AccountExistWithAlias, │ │ │ - /** │ │ │ - * Account not exist. │ │ │ - */ │ │ │ - AccountNotExist, │ │ │ - /** │ │ │ - * Account was created with Alias. │ │ │ - */ │ │ │ - AliasIsAccount, │ │ │ - /** │ │ │ - * Alias exist. │ │ │ - */ │ │ │ - AliasExist, │ │ │ - /** │ │ │ - * Alias not exist. │ │ │ - */ │ │ │ - AliasNotExist, │ │ │ - /** │ │ │ - * Account activated. │ │ │ - */ │ │ │ - AccountActivated, │ │ │ - /** │ │ │ - * Account already activated. │ │ │ - */ │ │ │ - AccountAlreadyActivated, │ │ │ - /** │ │ │ - * Account not activated. │ │ │ - */ │ │ │ - AccountNotActivated, │ │ │ - /** │ │ │ - * Account linked. │ │ │ - */ │ │ │ - AccountLinked, │ │ │ - /** │ │ │ - * Account not linked. │ │ │ - */ │ │ │ - AccountNotLinked, │ │ │ - /** │ │ │ - * Server. │ │ │ - */ │ │ │ - ServerError, │ │ │ - /** │ │ │ - * Error cannot send SMS. │ │ │ - */ │ │ │ - PhoneNumberInvalid, │ │ │ - /** │ │ │ - * Error key doesn't match. │ │ │ - */ │ │ │ - WrongActivationCode, │ │ │ - /** │ │ │ - * Error too many SMS sent. │ │ │ - */ │ │ │ - PhoneNumberOverused, │ │ │ - /** │ │ │ - */ │ │ │ - AlgoNotSupported, │ │ │ - /** │ │ │ - * < Error algo isn't MD5 or SHA-256 │ │ │ - */ │ │ │ - UnexpectedError │ │ │ - }; │ │ │ - │ │ │ - /** │ │ │ * Enum describing Transport checking. │ │ │ * │ │ │ */ │ │ │ enum class TransportStatus { │ │ │ /** │ │ │ * Transport ok. │ │ │ */ │ │ │ @@ -301,14 +203,112 @@ │ │ │ InvalidCountryCode = 8, │ │ │ /** │ │ │ * Phone number invalid. │ │ │ */ │ │ │ Invalid = 16 │ │ │ }; │ │ │ │ │ │ + /** │ │ │ + * Enum describing the status of server request. │ │ │ + * │ │ │ + */ │ │ │ + enum class Status { │ │ │ + /** │ │ │ + * Request status. │ │ │ + */ │ │ │ + RequestOk, │ │ │ + /** │ │ │ + * Request failed. │ │ │ + */ │ │ │ + RequestFailed, │ │ │ + /** │ │ │ + * Request failed due to missing argument(s) │ │ │ + */ │ │ │ + MissingArguments, │ │ │ + /** │ │ │ + * Request failed due to missing callback(s) │ │ │ + */ │ │ │ + MissingCallbacks, │ │ │ + /** │ │ │ + * Account status. │ │ │ + */ │ │ │ + AccountCreated, │ │ │ + /** │ │ │ + * Account not created. │ │ │ + */ │ │ │ + AccountNotCreated, │ │ │ + /** │ │ │ + * Account exist. │ │ │ + */ │ │ │ + AccountExist, │ │ │ + /** │ │ │ + * Account exist with alias. │ │ │ + */ │ │ │ + AccountExistWithAlias, │ │ │ + /** │ │ │ + * Account not exist. │ │ │ + */ │ │ │ + AccountNotExist, │ │ │ + /** │ │ │ + * Account was created with Alias. │ │ │ + */ │ │ │ + AliasIsAccount, │ │ │ + /** │ │ │ + * Alias exist. │ │ │ + */ │ │ │ + AliasExist, │ │ │ + /** │ │ │ + * Alias not exist. │ │ │ + */ │ │ │ + AliasNotExist, │ │ │ + /** │ │ │ + * Account activated. │ │ │ + */ │ │ │ + AccountActivated, │ │ │ + /** │ │ │ + * Account already activated. │ │ │ + */ │ │ │ + AccountAlreadyActivated, │ │ │ + /** │ │ │ + * Account not activated. │ │ │ + */ │ │ │ + AccountNotActivated, │ │ │ + /** │ │ │ + * Account linked. │ │ │ + */ │ │ │ + AccountLinked, │ │ │ + /** │ │ │ + * Account not linked. │ │ │ + */ │ │ │ + AccountNotLinked, │ │ │ + /** │ │ │ + * Server. │ │ │ + */ │ │ │ + ServerError, │ │ │ + /** │ │ │ + * Error cannot send SMS. │ │ │ + */ │ │ │ + PhoneNumberInvalid, │ │ │ + /** │ │ │ + * Error key doesn't match. │ │ │ + */ │ │ │ + WrongActivationCode, │ │ │ + /** │ │ │ + * Error too many SMS sent. │ │ │ + */ │ │ │ + PhoneNumberOverused, │ │ │ + /** │ │ │ + */ │ │ │ + AlgoNotSupported, │ │ │ + /** │ │ │ + * < Error algo isn't MD5 or SHA-256 │ │ │ + */ │ │ │ + UnexpectedError │ │ │ + }; │ │ │ + │ │ │ │ │ │ AccountCreator(void *ptr, bool takeRef=true); │ │ │ LINPHONECXX_PUBLIC _LinphoneAccountCreator *cPtr() {return (_LinphoneAccountCreator *)mPrivPtr;} │ │ │ │ │ │ LINPHONECXX_PUBLIC void addListener(const std::shared_ptr &listener); │ │ │ LINPHONECXX_PUBLIC void removeListener(const std::shared_ptr &listener); │ │ ├── ./usr/include/linphone++/linphone.hh │ │ │┄ Ordering differences only │ │ │ @@ -17,71 +17,71 @@ │ │ │ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. │ │ │ */ │ │ │ │ │ │ #ifndef _LINPHONE_HH │ │ │ #define _LINPHONE_HH │ │ │ │ │ │ #include "enums.hh" │ │ │ -#include "account_creator_listener.hh" │ │ │ #include "logging_service_listener.hh" │ │ │ +#include "account_creator_listener.hh" │ │ │ #include "xml_rpc_request_listener.hh" │ │ │ #include "chat_message_listener.hh" │ │ │ #include "friend_list_listener.hh" │ │ │ #include "chat_room_listener.hh" │ │ │ #include "player_listener.hh" │ │ │ #include "event_listener.hh" │ │ │ -#include "call_listener.hh" │ │ │ #include "core_listener.hh" │ │ │ +#include "call_listener.hh" │ │ │ #include "participant_device_identity.hh" │ │ │ #include "push_notification_message.hh" │ │ │ #include "video_activation_policy.hh" │ │ │ #include "participant_imdn_state.hh" │ │ │ #include "participant_device.hh" │ │ │ #include "presence_activity.hh" │ │ │ #include "conference_params.hh" │ │ │ -#include "presence_service.hh" │ │ │ #include "video_definition.hh" │ │ │ -#include "account_creator.hh" │ │ │ +#include "presence_service.hh" │ │ │ +#include "logging_service.hh" │ │ │ #include "chat_room_params.hh" │ │ │ #include "presence_person.hh" │ │ │ -#include "logging_service.hh" │ │ │ -#include "xml_rpc_request.hh" │ │ │ -#include "xml_rpc_session.hh" │ │ │ +#include "account_creator.hh" │ │ │ #include "im_notif_policy.hh" │ │ │ #include "presence_model.hh" │ │ │ +#include "xml_rpc_request.hh" │ │ │ +#include "xml_rpc_session.hh" │ │ │ #include "tunnel_config.hh" │ │ │ -#include "search_result.hh" │ │ │ #include "presence_note.hh" │ │ │ +#include "search_result.hh" │ │ │ +#include "chat_message.hh" │ │ │ +#include "payload_type.hh" │ │ │ +#include "proxy_config.hh" │ │ │ #include "info_message.hh" │ │ │ #include "magic_search.hh" │ │ │ #include "participant.hh" │ │ │ -#include "chat_message.hh" │ │ │ -#include "proxy_config.hh" │ │ │ -#include "payload_type.hh" │ │ │ +#include "transports.hh" │ │ │ #include "friend_list.hh" │ │ │ #include "call_params.hh" │ │ │ #include "conference.hh" │ │ │ -#include "transports.hh" │ │ │ -#include "error_info.hh" │ │ │ #include "nat_policy.hh" │ │ │ #include "call_stats.hh" │ │ │ -#include "event_log.hh" │ │ │ -#include "dial_plan.hh" │ │ │ +#include "error_info.hh" │ │ │ #include "chat_room.hh" │ │ │ +#include "event_log.hh" │ │ │ #include "auth_info.hh" │ │ │ -#include "headers.hh" │ │ │ -#include "content.hh" │ │ │ -#include "address.hh" │ │ │ +#include "dial_plan.hh" │ │ │ #include "call_log.hh" │ │ │ #include "factory.hh" │ │ │ +#include "address.hh" │ │ │ +#include "headers.hh" │ │ │ +#include "content.hh" │ │ │ #include "tunnel.hh" │ │ │ -#include "buffer.hh" │ │ │ -#include "config.hh" │ │ │ #include "friend.hh" │ │ │ #include "player.hh" │ │ │ +#include "buffer.hh" │ │ │ +#include "config.hh" │ │ │ +#include "event.hh" │ │ │ #include "vcard.hh" │ │ │ #include "range.hh" │ │ │ -#include "event.hh" │ │ │ -#include "call.hh" │ │ │ #include "core.hh" │ │ │ +#include "call.hh" │ │ │ │ │ │ #endif // _LINPHONE_HH